chore(deps): update code.forgejo.org/forgejo/runner docker tag to v13 #37

Open
renovate-bot wants to merge 1 commits from renovate/code.forgejo.org-forgejo-runner-13.x into main
Member

This PR contains the following updates:

Package Update Change
code.forgejo.org/forgejo/runner (source) major 12.11.1 -> 13.2.0

Release Notes

forgejo/runner (code.forgejo.org/forgejo/runner)

v13.2.0

Compare Source

Release Notes


  • features
    • PR: feat: efficient actions repo fetching
    • PR: feat: Upload Job summary
  • bug fixes
    • PR: fix(jobparser): incomplete job definition triggers pre-execution-error inside a reusable workflow
    • PR: fix: don't panic when ctx cancellation occurs early in job startup
    • PR: fix(plugin): respect job timeout for environment lifetime
    • PR: fix(cleanup): remove a step's working copy, regardless of if the job ran
  • other
    • PR: Update dependency buildx to v0.37.1
    • PR: Update module github.com/docker/cli to v29.8.1+incompatible
    • PR: Update module mvdan.cc/gofumpt to v0.12.0
    • PR: Update module golang.org/x/sys to v0.48.0
    • PR: Update module connectrpc.com/connect to v1.21.0
    • PR: Update module tags.cncf.io/container-device-interface to v1.1.1
    • PR: Update module github.com/moby/moby/client to v0.6.0
    • PR: Update module github.com/moby/moby/api to v1.56.0
    • PR: Update go toolchain directive to v1.26.8
    • PR: Update module github.com/docker/cli to v29.8.0+incompatible
    • PR: Update https://data.forgejo.org/actions/setup-forgejo action to v3.2.5
    • PR: Update module github.com/golangci/golangci-lint/v2/cmd/golangci-lint to v2.13.2
    • PR: Update forgejo-runner to v13.1.0

v13.1.0

Compare Source

Release Notes


  • features
    • PR: feat(jobparser): add 'EnableNamespaces' to allow matrix reusable workflows to distinguish between internal jobs
    • PR: feat(plugin): allow streaming logs from start operation
    • PR: feat(plugin): add experimental gRPC v1alpha plugin backend support
  • bug fixes
    • PR: fix: move environment-related description fields from capability to create RPC
    • PR: fix(plugin): remove hard-coded 'mkdir -p'
    • PR: fix(plugin): clarify content of ExecOutput to having one type of data at a time
    • PR: fix: remove duplicate working directory & environment from plugin protocol
    • PR: fix: prevent runner's stdout isatty affecting docker create, exec, attach commands
    • PR: fix: don't run host-based executor & LXC executor subcommands in a TTY
  • other
    • PR: Update module code.forgejo.org/forgejo/actions-proto to v0.8.0
    • PR: Update data.forgejo.org/oci/ci Docker tag to v3
    • PR: Update module github.com/sirupsen/logrus to v1.10.2
    • PR: Update module google.golang.org/grpc to v1.83.2
    • PR: chore: add documentation of concurrency & cancellation to plugin protocol
    • PR: Update module mvdan.cc/gofumpt to v0.11.0
    • PR: Update forgejo-runner to v13
    • PR: chore: update go to 1.26
    • PR: Update module golang.org/x/term to v0.45.0
    • PR: Update module github.com/stretchr/testify to v1.12.1
    • PR: Update module github.com/sirupsen/logrus to v1.10.1
    • PR: Update module github.com/vektra/mockery/v3 to v3.7.4
    • PR: Update module github.com/golangci/golangci-lint/v2/cmd/golangci-lint to v2.13.1
    • PR: Update go toolchain directive to v1.26.7
    • PR: Update data.forgejo.org/oci/alpine Docker tag to v3.24
    • PR: Update go toolchain directive to v1.26.6 [SECURITY]
    • PR: test: fix TestRunner_RunEvent not checking error messages on error cases
    • PR: Update module google.golang.org/protobuf to v1.36.12
    • PR: Update module github.com/vektra/mockery/v3 to v3.7.3
    • PR: Update module github.com/moby/go-archive to v0.3.3
    • PR: Update dependency forgejo-runner-service-yq to v4.53.6
    • PR: Update go toolchain directive to v1.25.14
    • PR: Update dependency buildx to v0.36.1
    • PR: Update golang.org/x/net (indirect) to v0.56.0 [SECURITY]
    • PR: Update module github.com/moby/go-archive to v0.3.0 [SECURITY]
    • PR: Update golang.org/x/text (indirect) to v0.39.0 [SECURITY]
    • PR: Update module google.golang.org/grpc to v1.82.1 [SECURITY]
    • PR: Update module github.com/docker/cli to v29.7.2+incompatible
    • PR: Update go toolchain directive to v1.25.13 [SECURITY]
    • PR: Update module go.yaml.in/yaml/v3 to v3.0.5
    • PR: Update module github.com/docker/cli to v29.7.1+incompatible

v13.0.0

Compare Source

Release Notes


Forgejo v13 contains breaking changes in order to improve security and predictability of Forgejo Actions. See the v13.0.0 blog post for a description of each of those changes.

  • bug fixes
    • PR: fix: interpolate uses key of Docker actions
    • PR: fix: do not log error if runs-on is absent
    • PR: fix: turn invalid matrices into a hard error
    • PR: fix: fail jobs, steps if expression interpolation fails
    • PR: fix: EvaluateIf() loses ${{ inputs.x }} on reusable workflow expansion
    • PR: fix: prevent commit impersonation via refs/replace/* during action checkout
    • PR: fix: nil dereference when EvaluateIf is called w/ cancelled() expr
    • PR: fix: run git subprocesses in a process group
    • PR: fix: run forgejo-runner under dumb-init in its container
    • PR: fix: read gitea_* variables sent by Forgejo again
    • PR: fix: potential nil dereference in (*SingleWorkflow).HasPermissions()
    • PR: fix: bind workspace into actions container in host mode
  • other
    • PR: chore: prepare for runner v13 release
    • PR: Update dependency buildx to v0.36.0
    • PR: Update module github.com/docker/go-connections to v0.8.1
    • PR: Update go.opentelemetry.io/otel (indirect) to v1.44.0 [SECURITY]
    • PR: Update module github.com/moby/go-archive to v0.2.1
    • PR: Update module github.com/vektra/mockery/v3 to v3.7.2
    • PR: Update forgejo-runner to v12.13.2
    • PR: Update module github.com/mattn/go-isatty to v0.0.24
    • PR: Update module github.com/powerman/fileuri to v0.3.0
    • PR: Update module github.com/moby/moby/client to v0.5.0
    • PR: Update module github.com/moby/moby/api to v1.55.0
    • PR: Update actions/checkout
    • PR: Update module github.com/docker/cli to v29.6.2+incompatible
    • PR: Update https://data.forgejo.org/actions/setup-forgejo action to v3.2.4
    • PR: chore: upgrade github.com/docker/cli to v29
    • PR: Update forgejo-runner to v12.13.1
    • PR: Update module github.com/mattn/go-isatty to v0.0.23
    • PR: chore: remove workflow command set-output
    • PR: ci: add 'apt-get update' before setup-forgejo steps
    • PR: chore: update hashfiles
    • PR: chore: remove workflow command set-env
    • PR: Update module golang.org/x/sys to v0.47.0
    • PR: test: refresh apt cache before installing packages
    • PR: chore: remove workflow command add-path
    • PR: Update module go.etcd.io/bbolt to v1.5.0
    • PR: chore: remove Gitea compatibility
    • PR: test: increase timeout of Podman tests
    • PR: test: fix tests that accidentally require Docker, skip rest
    • PR: chore: remove ability to use secrets for registry authentication
    • PR: Update module github.com/opencontainers/selinux to v1.15.1
    • PR: chore: remove support for deprecated GITEA_ environment variables
    • PR: Update module github.com/golangci/golangci-lint/v2/cmd/golangci-lint to v2.12.2
    • PR: chore: remove lowercasing of cron, timezone attributes
    • PR: chore: remove deprecated config variable NetworkMode
    • PR: Update data.forgejo.org/forgejo/forgejo Docker tag to v11.0.16
    • PR: Update forgejo-runner to v12.13.0
    • PR: Update https://data.forgejo.org/actions/setup-go action to v6.5.0
    • PR: Update module github.com/vektra/mockery/v3 to v3.7.1

v12.13.2

Compare Source

Release Notes


  • bug fixes
    • PR: fix: EvaluateIf() loses ${{ inputs.x }} on reusable workflow expansion

v12.13.1

Compare Source

Release Notes


  • bug fixes
    • PR: fix(jobparser): nil dereference when EvaluateIf is called w/ cancelled() expr

v12.13.0

Compare Source

Release Notes


  • features
    • PR: feat(interpreter): Add support for case statements
  • bug fixes
    • PR: fix: standardize runner.os and runner.arch
  • other

v12.12.0

Compare Source

Release Notes


  • features
    • PR: feat: per-label container platform specification
    • PR: feat(jobparser): add support for run-name
  • bug fixes
    • PR: fix(exec): Fix event_name/FORGEJO_EVENT_NAME not being set
    • PR: fix: expression evaluation fixes discovered while refactoring 'if' detection

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [code.forgejo.org/forgejo/runner](https://forgejo.org) ([source](https://code.forgejo.org/forgejo/runner)) | major | `12.11.1` -> `13.2.0` | --- ### Release Notes <details> <summary>forgejo/runner (code.forgejo.org/forgejo/runner)</summary> ### [`v13.2.0`](https://code.forgejo.org/forgejo/runner/releases/tag/v13.2.0) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v13.1.0...v13.2.0) - [User guide](https://forgejo.org/docs/next/user/actions/overview/) - [Administrator guide](https://forgejo.org/docs/next/admin/actions/) - [Container images](https://code.forgejo.org/forgejo/-/packages/container/runner/versions) Release Notes *** <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - features - [PR](https://code.forgejo.org/forgejo/runner/pulls/1722): <!--number 1722 --><!--line 0 --><!--description ZmVhdDogZWZmaWNpZW50IGFjdGlvbnMgcmVwbyBmZXRjaGluZw==-->feat: efficient actions repo fetching<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1707): <!--number 1707 --><!--line 0 --><!--description ZmVhdDogVXBsb2FkIEpvYiBzdW1tYXJ5-->feat: Upload Job summary<!--description--> - bug fixes - [PR](https://code.forgejo.org/forgejo/runner/pulls/1747): <!--number 1747 --><!--line 0 --><!--description Zml4KGpvYnBhcnNlcik6IGluY29tcGxldGUgam9iIGRlZmluaXRpb24gdHJpZ2dlcnMgcHJlLWV4ZWN1dGlvbi1lcnJvciBpbnNpZGUgYSByZXVzYWJsZSB3b3JrZmxvdw==-->fix(jobparser): incomplete job definition triggers pre-execution-error inside a reusable workflow<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1744): <!--number 1744 --><!--line 0 --><!--description Zml4OiBkb24ndCBwYW5pYyB3aGVuIGN0eCBjYW5jZWxsYXRpb24gb2NjdXJzIGVhcmx5IGluIGpvYiBzdGFydHVw-->fix: don't panic when ctx cancellation occurs early in job startup<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1739): <!--number 1739 --><!--line 0 --><!--description Zml4KHBsdWdpbik6IHJlc3BlY3Qgam9iIHRpbWVvdXQgZm9yIGVudmlyb25tZW50IGxpZmV0aW1l-->fix(plugin): respect job timeout for environment lifetime<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1732): <!--number 1732 --><!--line 0 --><!--description Zml4KGNsZWFudXApOiByZW1vdmUgYSBzdGVwJ3Mgd29ya2luZyBjb3B5LCByZWdhcmRsZXNzIG9mIGlmIHRoZSBqb2IgcmFu-->fix(cleanup): remove a step's working copy, regardless of if the job ran<!--description--> - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/1746): <!--number 1746 --><!--line 0 --><!--description VXBkYXRlIGRlcGVuZGVuY3kgYnVpbGR4IHRvIHYwLjM3LjE=-->Update dependency buildx to v0.37.1<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1745): <!--number 1745 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL2RvY2tlci9jbGkgdG8gdjI5LjguMStpbmNvbXBhdGlibGU=-->Update module github.com/docker/cli to v29.8.1+incompatible<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1733): <!--number 1733 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBtdmRhbi5jYy9nb2Z1bXB0IHRvIHYwLjEyLjA=-->Update module mvdan.cc/gofumpt to v0.12.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1735): <!--number 1735 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnb2xhbmcub3JnL3gvc3lzIHRvIHYwLjQ4LjA=-->Update module golang.org/x/sys to v0.48.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1734): <!--number 1734 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBjb25uZWN0cnBjLmNvbS9jb25uZWN0IHRvIHYxLjIxLjA=-->Update module connectrpc.com/connect to v1.21.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1731): <!--number 1731 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSB0YWdzLmNuY2YuaW8vY29udGFpbmVyLWRldmljZS1pbnRlcmZhY2UgdG8gdjEuMS4x-->Update module tags.cncf.io/container-device-interface to v1.1.1<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1728): <!--number 1728 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL21vYnkvbW9ieS9jbGllbnQgdG8gdjAuNi4w-->Update module github.com/moby/moby/client to v0.6.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1727): <!--number 1727 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL21vYnkvbW9ieS9hcGkgdG8gdjEuNTYuMA==-->Update module github.com/moby/moby/api to v1.56.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1723): <!--number 1723 --><!--line 0 --><!--description VXBkYXRlIGdvIHRvb2xjaGFpbiBkaXJlY3RpdmUgdG8gdjEuMjYuOA==-->Update go toolchain directive to v1.26.8<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1729): <!--number 1729 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL2RvY2tlci9jbGkgdG8gdjI5LjguMCtpbmNvbXBhdGlibGU=-->Update module github.com/docker/cli to v29.8.0+incompatible<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1724): <!--number 1724 --><!--line 0 --><!--description VXBkYXRlIGh0dHBzOi8vZGF0YS5mb3JnZWpvLm9yZy9hY3Rpb25zL3NldHVwLWZvcmdlam8gYWN0aW9uIHRvIHYzLjIuNQ==-->Update <https://data.forgejo.org/actions/setup-forgejo> action to v3.2.5<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1720): <!--number 1720 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL2dvbGFuZ2NpL2dvbGFuZ2NpLWxpbnQvdjIvY21kL2dvbGFuZ2NpLWxpbnQgdG8gdjIuMTMuMg==-->Update module github.com/golangci/golangci-lint/v2/cmd/golangci-lint to v2.13.2<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1721): <!--number 1721 --><!--line 0 --><!--description VXBkYXRlIGZvcmdlam8tcnVubmVyIHRvIHYxMy4xLjA=-->Update forgejo-runner to v13.1.0<!--description--> <!--end release-notes-assistant--> ### [`v13.1.0`](https://code.forgejo.org/forgejo/runner/releases/tag/v13.1.0) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v13.0.0...v13.1.0) - [User guide](https://forgejo.org/docs/next/user/actions/overview/) - [Administrator guide](https://forgejo.org/docs/next/admin/actions/) - [Container images](https://code.forgejo.org/forgejo/-/packages/container/runner/versions) Release Notes *** <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - features - [PR](https://code.forgejo.org/forgejo/runner/pulls/1716): <!--number 1716 --><!--line 0 --><!--description ZmVhdChqb2JwYXJzZXIpOiBhZGQgJ0VuYWJsZU5hbWVzcGFjZXMnIHRvIGFsbG93IG1hdHJpeCByZXVzYWJsZSB3b3JrZmxvd3MgdG8gZGlzdGluZ3Vpc2ggYmV0d2VlbiBpbnRlcm5hbCBqb2Jz-->feat(jobparser): add 'EnableNamespaces' to allow matrix reusable workflows to distinguish between internal jobs<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1713): <!--number 1713 --><!--line 0 --><!--description ZmVhdChwbHVnaW4pOiBhbGxvdyBzdHJlYW1pbmcgbG9ncyBmcm9tIHN0YXJ0IG9wZXJhdGlvbg==-->feat(plugin): allow streaming logs from start operation<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1500): <!--number 1500 --><!--line 0 --><!--description ZmVhdChwbHVnaW4pOiBhZGQgZXhwZXJpbWVudGFsIGdSUEMgdjFhbHBoYSBwbHVnaW4gYmFja2VuZCBzdXBwb3J0-->feat(plugin): add experimental gRPC v1alpha plugin backend support<!--description--> - bug fixes - [PR](https://code.forgejo.org/forgejo/runner/pulls/1719): <!--number 1719 --><!--line 0 --><!--description Zml4OiBtb3ZlIGVudmlyb25tZW50LXJlbGF0ZWQgZGVzY3JpcHRpb24gZmllbGRzIGZyb20gY2FwYWJpbGl0eSB0byBjcmVhdGUgUlBD-->fix: move environment-related description fields from capability to create RPC<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1710): <!--number 1710 --><!--line 0 --><!--description Zml4KHBsdWdpbik6IHJlbW92ZSBoYXJkLWNvZGVkICdta2RpciAtcCc=-->fix(plugin): remove hard-coded 'mkdir -p'<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1705): <!--number 1705 --><!--line 0 --><!--description Zml4KHBsdWdpbik6IGNsYXJpZnkgY29udGVudCBvZiBgRXhlY091dHB1dGAgdG8gaGF2aW5nIG9uZSB0eXBlIG9mIGRhdGEgYXQgYSB0aW1l-->fix(plugin): clarify content of `ExecOutput` to having one type of data at a time<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1686): <!--number 1686 --><!--line 0 --><!--description Zml4OiByZW1vdmUgZHVwbGljYXRlIHdvcmtpbmcgZGlyZWN0b3J5ICYgZW52aXJvbm1lbnQgZnJvbSBwbHVnaW4gcHJvdG9jb2w=-->fix: remove duplicate working directory & environment from plugin protocol<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1691): <!--number 1691 --><!--line 0 --><!--description Zml4OiBwcmV2ZW50IHJ1bm5lcidzIHN0ZG91dCBpc2F0dHkgYWZmZWN0aW5nIGRvY2tlciBjcmVhdGUsIGV4ZWMsIGF0dGFjaCBjb21tYW5kcw==-->fix: prevent runner's stdout isatty affecting docker create, exec, attach commands<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1692): <!--number 1692 --><!--line 0 --><!--description Zml4OiBkb24ndCBydW4gaG9zdC1iYXNlZCBleGVjdXRvciAmIExYQyBleGVjdXRvciBzdWJjb21tYW5kcyBpbiBhIFRUWQ==-->fix: don't run host-based executor & LXC executor subcommands in a TTY<!--description--> - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/1717): <!--number 1717 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBjb2RlLmZvcmdlam8ub3JnL2Zvcmdlam8vYWN0aW9ucy1wcm90byB0byB2MC44LjA=-->Update module code.forgejo.org/forgejo/actions-proto to v0.8.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1712): <!--number 1712 --><!--line 0 --><!--description VXBkYXRlIGRhdGEuZm9yZ2Vqby5vcmcvb2NpL2NpIERvY2tlciB0YWcgdG8gdjM=-->Update data.forgejo.org/oci/ci Docker tag to v3<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1711): <!--number 1711 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL3NpcnVwc2VuL2xvZ3J1cyB0byB2MS4xMC4y-->Update module github.com/sirupsen/logrus to v1.10.2<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1708): <!--number 1708 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnb29nbGUuZ29sYW5nLm9yZy9ncnBjIHRvIHYxLjgzLjI=-->Update module google.golang.org/grpc to v1.83.2<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1699): <!--number 1699 --><!--line 0 --><!--description Y2hvcmU6IGFkZCBkb2N1bWVudGF0aW9uIG9mIGNvbmN1cnJlbmN5ICYgY2FuY2VsbGF0aW9uIHRvIHBsdWdpbiBwcm90b2NvbA==-->chore: add documentation of concurrency & cancellation to plugin protocol<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1709): <!--number 1709 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBtdmRhbi5jYy9nb2Z1bXB0IHRvIHYwLjExLjA=-->Update module mvdan.cc/gofumpt to v0.11.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1706): <!--number 1706 --><!--line 0 --><!--description VXBkYXRlIGZvcmdlam8tcnVubmVyIHRvIHYxMw==-->Update forgejo-runner to v13<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1696): <!--number 1696 --><!--line 0 --><!--description Y2hvcmU6IHVwZGF0ZSBnbyB0byAxLjI2-->chore: update go to 1.26<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1704): <!--number 1704 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnb2xhbmcub3JnL3gvdGVybSB0byB2MC40NS4w-->Update module golang.org/x/term to v0.45.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1703): <!--number 1703 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL3N0cmV0Y2hyL3Rlc3RpZnkgdG8gdjEuMTIuMQ==-->Update module github.com/stretchr/testify to v1.12.1<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1702): <!--number 1702 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL3NpcnVwc2VuL2xvZ3J1cyB0byB2MS4xMC4x-->Update module github.com/sirupsen/logrus to v1.10.1<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1701): <!--number 1701 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL3Zla3RyYS9tb2NrZXJ5L3YzIHRvIHYzLjcuNA==-->Update module github.com/vektra/mockery/v3 to v3.7.4<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1695): <!--number 1695 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL2dvbGFuZ2NpL2dvbGFuZ2NpLWxpbnQvdjIvY21kL2dvbGFuZ2NpLWxpbnQgdG8gdjIuMTMuMQ==-->Update module github.com/golangci/golangci-lint/v2/cmd/golangci-lint to v2.13.1<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1698): <!--number 1698 --><!--line 0 --><!--description VXBkYXRlIGdvIHRvb2xjaGFpbiBkaXJlY3RpdmUgdG8gdjEuMjYuNw==-->Update go toolchain directive to v1.26.7<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1694): <!--number 1694 --><!--line 0 --><!--description VXBkYXRlIGRhdGEuZm9yZ2Vqby5vcmcvb2NpL2FscGluZSBEb2NrZXIgdGFnIHRvIHYzLjI0-->Update data.forgejo.org/oci/alpine Docker tag to v3.24<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1697): <!--number 1697 --><!--line 0 --><!--description VXBkYXRlIGdvIHRvb2xjaGFpbiBkaXJlY3RpdmUgdG8gdjEuMjYuNiBbU0VDVVJJVFld-->Update go toolchain directive to v1.26.6 \[SECURITY]<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1693): <!--number 1693 --><!--line 0 --><!--description dGVzdDogZml4IGBUZXN0UnVubmVyX1J1bkV2ZW50YCBub3QgY2hlY2tpbmcgZXJyb3IgbWVzc2FnZXMgb24gZXJyb3IgY2FzZXM=-->test: fix `TestRunner_RunEvent` not checking error messages on error cases<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1690): <!--number 1690 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnb29nbGUuZ29sYW5nLm9yZy9wcm90b2J1ZiB0byB2MS4zNi4xMg==-->Update module google.golang.org/protobuf to v1.36.12<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1689): <!--number 1689 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL3Zla3RyYS9tb2NrZXJ5L3YzIHRvIHYzLjcuMw==-->Update module github.com/vektra/mockery/v3 to v3.7.3<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1688): <!--number 1688 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL21vYnkvZ28tYXJjaGl2ZSB0byB2MC4zLjM=-->Update module github.com/moby/go-archive to v0.3.3<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1687): <!--number 1687 --><!--line 0 --><!--description VXBkYXRlIGRlcGVuZGVuY3kgZm9yZ2Vqby1ydW5uZXItc2VydmljZS15cSB0byB2NC41My42-->Update dependency forgejo-runner-service-yq to v4.53.6<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1685): <!--number 1685 --><!--line 0 --><!--description VXBkYXRlIGdvIHRvb2xjaGFpbiBkaXJlY3RpdmUgdG8gdjEuMjUuMTQ=-->Update go toolchain directive to v1.25.14<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1662): <!--number 1662 --><!--line 0 --><!--description VXBkYXRlIGRlcGVuZGVuY3kgYnVpbGR4IHRvIHYwLjM2LjE=-->Update dependency buildx to v0.36.1<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1670): <!--number 1670 --><!--line 0 --><!--description VXBkYXRlIGdvbGFuZy5vcmcveC9uZXQgKGluZGlyZWN0KSB0byB2MC41Ni4wIFtTRUNVUklUWV0=-->Update golang.org/x/net (indirect) to v0.56.0 \[SECURITY]<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1684): <!--number 1684 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL21vYnkvZ28tYXJjaGl2ZSB0byB2MC4zLjAgW1NFQ1VSSVRZXQ==-->Update module github.com/moby/go-archive to v0.3.0 \[SECURITY]<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1671): <!--number 1671 --><!--line 0 --><!--description VXBkYXRlIGdvbGFuZy5vcmcveC90ZXh0IChpbmRpcmVjdCkgdG8gdjAuMzkuMCBbU0VDVVJJVFld-->Update golang.org/x/text (indirect) to v0.39.0 \[SECURITY]<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1672): <!--number 1672 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnb29nbGUuZ29sYW5nLm9yZy9ncnBjIHRvIHYxLjgyLjEgW1NFQ1VSSVRZXQ==-->Update module google.golang.org/grpc to v1.82.1 \[SECURITY]<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1666): <!--number 1666 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL2RvY2tlci9jbGkgdG8gdjI5LjcuMitpbmNvbXBhdGlibGU=-->Update module github.com/docker/cli to v29.7.2+incompatible<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1669): <!--number 1669 --><!--line 0 --><!--description VXBkYXRlIGdvIHRvb2xjaGFpbiBkaXJlY3RpdmUgdG8gdjEuMjUuMTMgW1NFQ1VSSVRZXQ==-->Update go toolchain directive to v1.25.13 \[SECURITY]<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1659): <!--number 1659 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnby55YW1sLmluL3lhbWwvdjMgdG8gdjMuMC41-->Update module go.yaml.in/yaml/v3 to v3.0.5<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1661): <!--number 1661 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL2RvY2tlci9jbGkgdG8gdjI5LjcuMStpbmNvbXBhdGlibGU=-->Update module github.com/docker/cli to v29.7.1+incompatible<!--description--> <!--end release-notes-assistant--> ### [`v13.0.0`](https://code.forgejo.org/forgejo/runner/releases/tag/v13.0.0) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v12.13.2...v13.0.0) - [User guide](https://forgejo.org/docs/next/user/actions/overview/) - [Administrator guide](https://forgejo.org/docs/next/admin/actions/) - [Container images](https://code.forgejo.org/forgejo/-/packages/container/runner/versions) Release Notes *** Forgejo v13 contains **breaking changes** in order to improve security and predictability of Forgejo Actions. See the [v13.0.0 blog post](https://forgejo.org/2026-08-runner-release-v13/) for a description of each of those changes. <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - bug fixes - [PR](https://code.forgejo.org/forgejo/runner/pulls/1656): <!--number 1656 --><!--line 0 --><!--description Zml4OiBpbnRlcnBvbGF0ZSB1c2VzIGtleSBvZiBEb2NrZXIgYWN0aW9ucw==-->fix: interpolate uses key of Docker actions<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1655): <!--number 1655 --><!--line 0 --><!--description Zml4OiBkbyBub3QgbG9nIGVycm9yIGlmIHJ1bnMtb24gaXMgYWJzZW50-->fix: do not log error if runs-on is absent<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1654): <!--number 1654 --><!--line 0 --><!--description Zml4OiB0dXJuIGludmFsaWQgbWF0cmljZXMgaW50byBhIGhhcmQgZXJyb3I=-->fix: turn invalid matrices into a hard error<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1646): <!--number 1646 --><!--line 0 --><!--description Zml4OiBmYWlsIGpvYnMsIHN0ZXBzIGlmIGV4cHJlc3Npb24gaW50ZXJwb2xhdGlvbiBmYWlscw==-->fix: fail jobs, steps if expression interpolation fails<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1643): <!--number 1643 --><!--line 0 --><!--description Zml4OiBFdmFsdWF0ZUlmKCkgbG9zZXMgJHt7IGlucHV0cy54IH19IG9uIHJldXNhYmxlIHdvcmtmbG93IGV4cGFuc2lvbg==-->fix: EvaluateIf() loses ${{ inputs.x }} on reusable workflow expansion<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1635): <!--number 1635 --><!--line 0 --><!--description Zml4OiBwcmV2ZW50IGNvbW1pdCBpbXBlcnNvbmF0aW9uIHZpYSBgcmVmcy9yZXBsYWNlLypgIGR1cmluZyBhY3Rpb24gY2hlY2tvdXQ=-->fix: prevent commit impersonation via `refs/replace/*` during action checkout<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1633): <!--number 1633 --><!--line 0 --><!--description Zml4OiBuaWwgZGVyZWZlcmVuY2Ugd2hlbiBFdmFsdWF0ZUlmIGlzIGNhbGxlZCB3LyBjYW5jZWxsZWQoKSBleHBy-->fix: nil dereference when EvaluateIf is called w/ cancelled() expr<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1623): <!--number 1623 --><!--line 0 --><!--description Zml4OiBydW4gZ2l0IHN1YnByb2Nlc3NlcyBpbiBhIHByb2Nlc3MgZ3JvdXA=-->fix: run git subprocesses in a process group<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1625): <!--number 1625 --><!--line 0 --><!--description Zml4OiBydW4gZm9yZ2Vqby1ydW5uZXIgdW5kZXIgZHVtYi1pbml0IGluIGl0cyBjb250YWluZXI=-->fix: run forgejo-runner under dumb-init in its container<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1624): <!--number 1624 --><!--line 0 --><!--description Zml4OiByZWFkIGdpdGVhXyogdmFyaWFibGVzIHNlbnQgYnkgRm9yZ2VqbyBhZ2Fpbg==-->fix: read gitea\_\* variables sent by Forgejo again<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1620): <!--number 1620 --><!--line 0 --><!--description Zml4OiBwb3RlbnRpYWwgbmlsIGRlcmVmZXJlbmNlIGluICgqU2luZ2xlV29ya2Zsb3cpLkhhc1Blcm1pc3Npb25zKCk=-->fix: potential nil dereference in (\*SingleWorkflow).HasPermissions()<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1606): <!--number 1606 --><!--line 0 --><!--description Zml4OiBiaW5kIHdvcmtzcGFjZSBpbnRvIGFjdGlvbnMgY29udGFpbmVyIGluIGhvc3QgbW9kZQ==-->fix: bind workspace into actions container in host mode<!--description--> - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/1645): <!--number 1645 --><!--line 0 --><!--description Y2hvcmU6IHByZXBhcmUgZm9yIHJ1bm5lciB2MTMgcmVsZWFzZQ==-->chore: prepare for runner v13 release<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1660): <!--number 1660 --><!--line 0 --><!--description VXBkYXRlIGRlcGVuZGVuY3kgYnVpbGR4IHRvIHYwLjM2LjA=-->Update dependency buildx to v0.36.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1653): <!--number 1653 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL2RvY2tlci9nby1jb25uZWN0aW9ucyB0byB2MC44LjE=-->Update module github.com/docker/go-connections to v0.8.1<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1652): <!--number 1652 --><!--line 0 --><!--description VXBkYXRlIGdvLm9wZW50ZWxlbWV0cnkuaW8vb3RlbCAoaW5kaXJlY3QpIHRvIHYxLjQ0LjAgW1NFQ1VSSVRZXQ==-->Update go.opentelemetry.io/otel (indirect) to v1.44.0 \[SECURITY]<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1649): <!--number 1649 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL21vYnkvZ28tYXJjaGl2ZSB0byB2MC4yLjE=-->Update module github.com/moby/go-archive to v0.2.1<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1650): <!--number 1650 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL3Zla3RyYS9tb2NrZXJ5L3YzIHRvIHYzLjcuMg==-->Update module github.com/vektra/mockery/v3 to v3.7.2<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1647): <!--number 1647 --><!--line 0 --><!--description VXBkYXRlIGZvcmdlam8tcnVubmVyIHRvIHYxMi4xMy4y-->Update forgejo-runner to v12.13.2<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1648): <!--number 1648 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL21hdHRuL2dvLWlzYXR0eSB0byB2MC4wLjI0-->Update module github.com/mattn/go-isatty to v0.0.24<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1617): <!--number 1617 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL3Bvd2VybWFuL2ZpbGV1cmkgdG8gdjAuMy4w-->Update module github.com/powerman/fileuri to v0.3.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1642): <!--number 1642 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL21vYnkvbW9ieS9jbGllbnQgdG8gdjAuNS4w-->Update module github.com/moby/moby/client to v0.5.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1641): <!--number 1641 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL21vYnkvbW9ieS9hcGkgdG8gdjEuNTUuMA==-->Update module github.com/moby/moby/api to v1.55.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1638): <!--number 1638 --><!--line 0 --><!--description VXBkYXRlIGFjdGlvbnMvY2hlY2tvdXQ=-->Update actions/checkout<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1637): <!--number 1637 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL2RvY2tlci9jbGkgdG8gdjI5LjYuMitpbmNvbXBhdGlibGU=-->Update module github.com/docker/cli to v29.6.2+incompatible<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1636): <!--number 1636 --><!--line 0 --><!--description VXBkYXRlIGh0dHBzOi8vZGF0YS5mb3JnZWpvLm9yZy9hY3Rpb25zL3NldHVwLWZvcmdlam8gYWN0aW9uIHRvIHYzLjIuNA==-->Update <https://data.forgejo.org/actions/setup-forgejo> action to v3.2.4<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1547): <!--number 1547 --><!--line 0 --><!--description Y2hvcmU6IHVwZ3JhZGUgZ2l0aHViLmNvbS9kb2NrZXIvY2xpIHRvIHYyOQ==-->chore: upgrade github.com/docker/cli to v29<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1634): <!--number 1634 --><!--line 0 --><!--description VXBkYXRlIGZvcmdlam8tcnVubmVyIHRvIHYxMi4xMy4x-->Update forgejo-runner to v12.13.1<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1632): <!--number 1632 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL21hdHRuL2dvLWlzYXR0eSB0byB2MC4wLjIz-->Update module github.com/mattn/go-isatty to v0.0.23<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1631): <!--number 1631 --><!--line 0 --><!--description Y2hvcmU6IHJlbW92ZSB3b3JrZmxvdyBjb21tYW5kIHNldC1vdXRwdXQ=-->chore: remove workflow command set-output<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1630): <!--number 1630 --><!--line 0 --><!--description Y2k6IGFkZCAnYXB0LWdldCB1cGRhdGUnIGJlZm9yZSBzZXR1cC1mb3JnZWpvIHN0ZXBz-->ci: add 'apt-get update' before setup-forgejo steps<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1629): <!--number 1629 --><!--line 0 --><!--description Y2hvcmU6IHVwZGF0ZSBoYXNoZmlsZXM=-->chore: update hashfiles<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1627): <!--number 1627 --><!--line 0 --><!--description Y2hvcmU6IHJlbW92ZSB3b3JrZmxvdyBjb21tYW5kIHNldC1lbnY=-->chore: remove workflow command set-env<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1626): <!--number 1626 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnb2xhbmcub3JnL3gvc3lzIHRvIHYwLjQ3LjA=-->Update module golang.org/x/sys to v0.47.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1628): <!--number 1628 --><!--line 0 --><!--description dGVzdDogcmVmcmVzaCBhcHQgY2FjaGUgYmVmb3JlIGluc3RhbGxpbmcgcGFja2FnZXM=-->test: refresh apt cache before installing packages<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1616): <!--number 1616 --><!--line 0 --><!--description Y2hvcmU6IHJlbW92ZSB3b3JrZmxvdyBjb21tYW5kIGFkZC1wYXRo-->chore: remove workflow command add-path<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1618): <!--number 1618 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnby5ldGNkLmlvL2Jib2x0IHRvIHYxLjUuMA==-->Update module go.etcd.io/bbolt to v1.5.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1611): <!--number 1611 --><!--line 0 --><!--description Y2hvcmU6IHJlbW92ZSBHaXRlYSBjb21wYXRpYmlsaXR5-->chore: remove Gitea compatibility<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1622): <!--number 1622 --><!--line 0 --><!--description dGVzdDogaW5jcmVhc2UgdGltZW91dCBvZiBQb2RtYW4gdGVzdHM=-->test: increase timeout of Podman tests<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1619): <!--number 1619 --><!--line 0 --><!--description dGVzdDogZml4IHRlc3RzIHRoYXQgYWNjaWRlbnRhbGx5IHJlcXVpcmUgRG9ja2VyLCBza2lwIHJlc3Q=-->test: fix tests that accidentally require Docker, skip rest<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1610): <!--number 1610 --><!--line 0 --><!--description Y2hvcmU6IHJlbW92ZSBhYmlsaXR5IHRvIHVzZSBzZWNyZXRzIGZvciByZWdpc3RyeSBhdXRoZW50aWNhdGlvbg==-->chore: remove ability to use secrets for registry authentication<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1614): <!--number 1614 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL29wZW5jb250YWluZXJzL3NlbGludXggdG8gdjEuMTUuMQ==-->Update module github.com/opencontainers/selinux to v1.15.1<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1607): <!--number 1607 --><!--line 0 --><!--description Y2hvcmU6IHJlbW92ZSBzdXBwb3J0IGZvciBkZXByZWNhdGVkIEdJVEVBXyBlbnZpcm9ubWVudCB2YXJpYWJsZXM=-->chore: remove support for deprecated GITEA\_ environment variables<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1613): <!--number 1613 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL2dvbGFuZ2NpL2dvbGFuZ2NpLWxpbnQvdjIvY21kL2dvbGFuZ2NpLWxpbnQgdG8gdjIuMTIuMg==-->Update module github.com/golangci/golangci-lint/v2/cmd/golangci-lint to v2.12.2<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1609): <!--number 1609 --><!--line 0 --><!--description Y2hvcmU6IHJlbW92ZSBsb3dlcmNhc2luZyBvZiBjcm9uLCB0aW1lem9uZSBhdHRyaWJ1dGVz-->chore: remove lowercasing of cron, timezone attributes<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1608): <!--number 1608 --><!--line 0 --><!--description Y2hvcmU6IHJlbW92ZSBkZXByZWNhdGVkIGNvbmZpZyB2YXJpYWJsZSBOZXR3b3JrTW9kZQ==-->chore: remove deprecated config variable NetworkMode<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1612): <!--number 1612 --><!--line 0 --><!--description VXBkYXRlIGRhdGEuZm9yZ2Vqby5vcmcvZm9yZ2Vqby9mb3JnZWpvIERvY2tlciB0YWcgdG8gdjExLjAuMTY=-->Update data.forgejo.org/forgejo/forgejo Docker tag to v11.0.16<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1604): <!--number 1604 --><!--line 0 --><!--description VXBkYXRlIGZvcmdlam8tcnVubmVyIHRvIHYxMi4xMy4w-->Update forgejo-runner to v12.13.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1605): <!--number 1605 --><!--line 0 --><!--description VXBkYXRlIGh0dHBzOi8vZGF0YS5mb3JnZWpvLm9yZy9hY3Rpb25zL3NldHVwLWdvIGFjdGlvbiB0byB2Ni41LjA=-->Update <https://data.forgejo.org/actions/setup-go> action to v6.5.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1602): <!--number 1602 --><!--line 0 --><!--description VXBkYXRlIG1vZHVsZSBnaXRodWIuY29tL3Zla3RyYS9tb2NrZXJ5L3YzIHRvIHYzLjcuMQ==-->Update module github.com/vektra/mockery/v3 to v3.7.1<!--description--> <!--end release-notes-assistant--> ### [`v12.13.2`](https://code.forgejo.org/forgejo/runner/releases/tag/v12.13.2) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v12.13.1...v12.13.2) - [User guide](https://forgejo.org/docs/next/user/actions/overview/) - [Administrator guide](https://forgejo.org/docs/next/admin/actions/) - [Container images](https://code.forgejo.org/forgejo/-/packages/container/runner/versions) Release Notes *** - bug fixes - [PR](https://code.forgejo.org/forgejo/runner/issues/1643): fix: EvaluateIf() loses ${{ inputs.x }} on reusable workflow expansion <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> <!--end release-notes-assistant--> ### [`v12.13.1`](https://code.forgejo.org/forgejo/runner/releases/tag/v12.13.1) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v12.13.0...v12.13.1) - [User guide](https://forgejo.org/docs/next/user/actions/overview/) - [Administrator guide](https://forgejo.org/docs/next/admin/actions/) - [Container images](https://code.forgejo.org/forgejo/-/packages/container/runner/versions) Release Notes *** - bug fixes - [PR](https://code.forgejo.org/forgejo/runner/issues/1633): fix(jobparser): nil dereference when EvaluateIf is called w/ cancelled() expr <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> <!--end release-notes-assistant--> ### [`v12.13.0`](https://code.forgejo.org/forgejo/runner/releases/tag/v12.13.0) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v12.12.0...v12.13.0) - [User guide](https://forgejo.org/docs/next/user/actions/overview/) - [Administrator guide](https://forgejo.org/docs/next/admin/actions/) - [Container images](https://code.forgejo.org/forgejo/-/packages/container/runner/versions) Release Notes *** <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - features - [PR](https://code.forgejo.org/forgejo/runner/pulls/1590): <!--number 1590 --><!--line 0 --><!--description ZmVhdChpbnRlcnByZXRlcik6IEFkZCBzdXBwb3J0IGZvciBgY2FzZWAgc3RhdGVtZW50cw==-->feat(interpreter): Add support for `case` statements<!--description--> - bug fixes - [PR](https://code.forgejo.org/forgejo/runner/pulls/1583): <!--number 1583 --><!--line 0 --><!--description Zml4OiBzdGFuZGFyZGl6ZSBydW5uZXIub3MgYW5kIHJ1bm5lci5hcmNo-->fix: standardize runner.os and runner.arch<!--description--> - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/1603): <!--number 1603 --><!--line 0 --><!--description VXBkYXRlIGRlcGVuZGVuY3kgYnVpbGR4IHRvIHYwLjM1LjA=-->Update dependency buildx to v0.35.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1601): <!--number 1601 --><!--line 0 --><!--description VXBkYXRlIGh0dHBzOi8vZGF0YS5mb3JnZWpvLm9yZy9mb3JnZWpvL2Zvcmdlam8tYnVpbGQtcHVibGlzaCBhY3Rpb24gdG8gdjUuNy4z-->Update <https://data.forgejo.org/forgejo/forgejo-build-publish> action to v5.7.3<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1600): <!--number 1600 --><!--line 0 --><!--description VXBkYXRlIGh0dHBzOi8vZGF0YS5mb3JnZWpvLm9yZy9hY3Rpb25zL3NldHVwLWZvcmdlam8gYWN0aW9uIHRvIHYzLjIuMw==-->Update <https://data.forgejo.org/actions/setup-forgejo> action to v3.2.3<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1599): <!--number 1599 --><!--line 0 --><!--description VXBkYXRlIGRlcGVuZGVuY3kgZm9yZ2Vqby9yZWxlYXNlLW5vdGVzLWFzc2lzdGFudCB0byB2MS43LjM=-->Update dependency forgejo/release-notes-assistant to v1.7.3<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1598): <!--number 1598 --><!--line 0 --><!--description VXBkYXRlIGRhdGEuZm9yZ2Vqby5vcmcvZm9yZ2Vqby9mb3JnZWpvIERvY2tlciB0YWcgdG8gdjExLjAuMTU=-->Update data.forgejo.org/forgejo/forgejo Docker tag to v11.0.15<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1597): <!--number 1597 --><!--line 0 --><!--description VXBkYXRlIGdvIHRvb2xjaGFpbiBkaXJlY3RpdmUgdG8gdjEuMjUuMTI=-->Update go toolchain directive to v1.25.12<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1595): <!--number 1595 --><!--line 0 --><!--description VXBkYXRlIGZvcmdlam8tcnVubmVyIHRvIHYxMi4xMi4w-->Update forgejo-runner to v12.12.0<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1591): <!--number 1591 --><!--line 0 --><!--description dGVzdDogdXNlIGZsYWdzIGluc3RlYWQgb2YgZW52IHZhcmlhYmxlcyBmb3Igc2tpcHBpbmcgdGVzdHM=-->test: use flags instead of env variables for skipping tests<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1589): <!--number 1589 --><!--line 0 --><!--description ZG9jczogcmV2aXNlIHRlc3Rpbmcgc2VjdGlvbiBvZiBSRUFETUU=-->docs: revise testing section of README<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1585): <!--number 1585 --><!--line 0 --><!--description dGVzdDogdXNlIGVudmlyb25tZW50IHZhcmlhYmxlIGZvciBza2lwcGluZyBEb2NrZXIgdGVzdHM=-->test: use environment variable for skipping Docker tests<!--description--> <!--end release-notes-assistant--> ### [`v12.12.0`](https://code.forgejo.org/forgejo/runner/releases/tag/v12.12.0) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v12.11.1...v12.12.0) - [User guide](https://forgejo.org/docs/next/user/actions/overview/) - [Administrator guide](https://forgejo.org/docs/next/admin/actions/) - [Container images](https://code.forgejo.org/forgejo/-/packages/container/runner/versions) Release Notes *** <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - features - [PR](https://code.forgejo.org/forgejo/runner/pulls/1571): <!--number 1571 --><!--line 0 --><!--description ZmVhdDogcGVyLWxhYmVsIGNvbnRhaW5lciBwbGF0Zm9ybSBzcGVjaWZpY2F0aW9u-->feat: per-label container platform specification<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1575): <!--number 1575 --><!--line 0 --><!--description ZmVhdChqb2JwYXJzZXIpOiBhZGQgc3VwcG9ydCBmb3IgYHJ1bi1uYW1lYA==-->feat(jobparser): add support for `run-name`<!--description--> - bug fixes - [PR](https://code.forgejo.org/forgejo/runner/pulls/1577): <!--number 1577 --><!--line 0 --><!--description Zml4KGV4ZWMpOiBGaXggYGV2ZW50X25hbWVgL2BGT1JHRUpPX0VWRU5UX05BTUVgIG5vdCBiZWluZyBzZXQ=-->fix(exec): Fix `event_name`/`FORGEJO_EVENT_NAME` not being set<!--description--> - [PR](https://code.forgejo.org/forgejo/runner/pulls/1572): <!--number 1572 --><!--line 0 --><!--description Zml4OiBleHByZXNzaW9uIGV2YWx1YXRpb24gZml4ZXMgZGlzY292ZXJlZCB3aGlsZSByZWZhY3RvcmluZyAnaWYnIGRldGVjdGlvbg==-->fix: expression evaluation fixes discovered while refactoring 'if' detection<!--description--> <!--end release-notes-assistant--> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/code.forgejo.org-forgejo-runner-13.x from 922d579bb1 to b4dcf4e4bf 2026-08-31 16:06:57 +00:00 Compare
renovate-bot added 1 commit 2026-09-18 22:07:47 +00:00
renovate-bot force-pushed renovate/code.forgejo.org-forgejo-runner-13.x from b4dcf4e4bf to 2c825de384 2026-09-18 22:07:47 +00:00 Compare
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/code.forgejo.org-forgejo-runner-13.x:renovate/code.forgejo.org-forgejo-runner-13.x
git checkout renovate/code.forgejo.org-forgejo-runner-13.x
Sign in to join this conversation.