chore(deps): update dependency gitea/act_runner to v2 - autoclosed - #688
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency gitea/act_runner to v2 - autoclosed#688renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/gitea-act_runner-2.x
branch
from
July 22, 2026 23:37
7f2db8c to
91ff04c
Compare
renovate
Bot
force-pushed
the
renovate/gitea-act_runner-2.x
branch
from
July 28, 2026 06:52
91ff04c to
088d92f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.6.1→2.3.0Release Notes
gitea/act_runner (gitea/act_runner)
v2.3.0Compare Source
Features
--platformand--pullincontainer.options— https://gitea.com/gitea/runner/pulls/1104cache.external_secretfrom a file — https://gitea.com/gitea/runner/pulls/1100Bug fixes
Dependencies
go.opentelemetry.io/otelto v1.44.0 (security) — https://gitea.com/gitea/runner/pulls/1115golang.org/x/netto v0.56.0 (security) — https://gitea.com/gitea/runner/pulls/1116github.com/prometheus/client_golangto v1.24.0 — https://gitea.com/gitea/runner/pulls/1113actions/setup-goaction to v7 — https://gitea.com/gitea/runner/pulls/1102Full changelog: https://gitea.com/gitea/runner/compare/v2.2.0...v2.3.0
v2.2.0Compare Source
Features
Bug fixes
Dependencies
github.com/mattn/go-isattyto v0.0.23 — https://gitea.com/gitea/runner/pulls/1097github.com/docker/clito v29.6.2 — https://gitea.com/gitea/runner/pulls/1096actions/setup-nodeaction to v7 — https://gitea.com/gitea/runner/pulls/1094Full changelog: https://gitea.com/gitea/runner/compare/v2.1.0...v2.2.0
v2.1.0Compare Source
Features
GITEA_RUNNER_LABELSon daemon start and accept labels containing a colon — https://gitea.com/gitea/runner/pulls/1085--token-fileflag to theregistercommand — https://gitea.com/gitea/runner/pulls/1076bug-reportsubcommand,exec --eventpath, andrunner.set_act_env— https://gitea.com/gitea/runner/pulls/1075Bug fixes
Docs
Dependencies
golang.org/x/textto v0.40.0 — https://gitea.com/gitea/runner/pulls/1091golang.org/x/termto v0.45.0 — https://gitea.com/gitea/runner/pulls/1081Full changelog: https://gitea.com/gitea/runner/compare/v2.0.1...v2.1.0
v2.0.1Compare Source
Bug fixes
nftablesin dind images to silencenftcleanup errors — https://gitea.com/gitea/runner/pulls/1064Tests & docs
Dependencies
github.com/docker/clito v29.6.1 — https://gitea.com/gitea/runner/pulls/1060golang.org/x/systo v0.47.0 — https://gitea.com/gitea/runner/pulls/1073Full changelog: https://gitea.com/gitea/runner/compare/v2.0.0...v2.0.1
v2.0.0Compare Source
DOCKER_USERNAME/DOCKER_PASSWORDare no longer used implicitly for image pullsSee https://gitea.com/gitea/runner/pulls/1007
The runner previously treated secrets named
DOCKER_USERNAMEandDOCKER_PASSWORDas implicit Docker pull credentials, attaching them to every job- and step-container image pull unconditionally. Since these credentials carry no registry information, they were even sent to Docker Hub when pulling public images, causing those pulls to fail with authentication errors. This behavior has been removed.Workflows or runner setups that relied on
DOCKER_USERNAME/DOCKER_PASSWORDbeing implicitly used for Docker image pulls must migrate to an explicit authentication mechanism:container.credentials:credentials.uses: docker://...or private Docker actions, configure Docker authentication in the runner environment before the job starts (e.g. rundocker loginon the runner host).DOCKER_USERNAMEandDOCKER_PASSWORDcan still be used as ordinary workflow secrets, for example withdocker/login-actionbefore pushing images.Features
jobs.<job_id>.timeout-minutesandjobs.<job_id>.continue-on-error— https://gitea.com/gitea/runner/pulls/1032runner.post_task_scripthook after task cleanup — https://gitea.com/gitea/runner/pulls/1026ssh://action URLs — https://gitea.com/gitea/runner/pulls/1035Bug fixes
usesclone token — https://gitea.com/gitea/runner/pulls/1041always()/cancelled()and post steps correctly on cancellation — https://gitea.com/gitea/runner/pulls/1043SetJobErroragainst missing job-error container — https://gitea.com/gitea/runner/pulls/1050container.volume— https://gitea.com/gitea/runner/pulls/1036Build & docs
Dependencies
github.com/moby/moby/clientto v0.5.0 — https://gitea.com/gitea/runner/pulls/1049github.com/docker/clito v29.6.0 — https://gitea.com/gitea/runner/pulls/1045actions/checkoutaction to v7 — https://gitea.com/gitea/runner/pulls/1042go.etcd.io/bboltto v1.5.0 — https://gitea.com/gitea/runner/pulls/1040golang.org/x/termto v0.44.0 — https://gitea.com/gitea/runner/pulls/1031golang.org/x/cryptoto v0.52.0 — https://gitea.com/gitea/runner/pulls/1027golang.org/x/systo v0.46.0 — https://gitea.com/gitea/runner/pulls/1019github.com/docker/clito v29.5.3 — https://gitea.com/gitea/runner/pulls/1018github.com/opencontainers/selinuxto v1.15.1 — https://gitea.com/gitea/runner/pulls/1017golang.org/x/systo v0.45.0 — https://gitea.com/gitea/runner/pulls/1012code.gitea.io/actions-proto-goto v0.5.0 — https://gitea.com/gitea/runner/pulls/1009Full changelog: https://gitea.com/gitea/runner/compare/v1.0.8...v2.0.0
🤖 Release notes compiled by Opus 4.8.
v1.0.8Compare Source
v1.0.7Compare Source
Changelog
v1.0.6Compare Source
Changelog
v1.0.5Compare Source
Changelog
v1.0.4Compare Source
Changelog
sourceandversionlabels to images (#975)act/(#971)retry-go,golangci-lint,govulncheck(#965)dockerdeps, switch tomoby/moby(#943)v1.0.3Compare Source
Changelog
dario.cat/mergo) (#954)dbfs_datais cleaned up after task completion (#952)v1.0.2Compare Source
Changelog
Starting job containergroup (#940)v1.0.1Compare Source
Changelog
dff63b3fix(deps): update module github.com/go-git/go-git/v5 to v5.19.0 (#934)a5d9fe9fix(deps): update module github.com/opencontainers/selinux to v1.14.0 (#928)d607f3btest: clean up dead/stale fixtures and bump test container images (#932)5e59402fix: re-fetch cached reusable workflow on every run (#930)dfeb463chore(deps): update docker docker tag to v29 (#924)v1.0.0Compare Source
This is the first release under the new name
gitea-runner. The project was previously published asact_runnerand has been renamed end-to-end — including the canonical repository, which now lives atgitea/runner(the oldgitea/act_runnerURL still redirects). Operators upgrading fromact_runnermust update wrapper scripts, systemd units, container images, monitoring, and any code importing the Go module.Breaking changes
The full rename in #850 changed many user-visible names:
gitea.com/gitea/act_runner→gitea.com/gitea/runner. The old URL redirects, but bookmarks, CI checkouts, andgo getpaths should be updated.act_runner→gitea-runner. Wrapper scripts, systemd units, init scripts, and docs referencingact_runnerwill break.gitea/act_runner→gitea/runner(incl.*-dind-rootlessvariants). Pulls ofgitea/act_runner:nightlyetc. will return stale images.gitea.com/gitea/act_runner→gitea.com/gitea/runner. Anything importingact/...orinternal/...packages (notably Gitea itself) must update imports.act_runner/{{.Version}}→gitea-runner/{{.Version}}, and artifact filenames change accordingly. Existing download URLs break.act_runner_*→gitea_runner_*(e.g.act_runner_jobs_total→gitea_runner_jobs_total). Existing dashboards and alerts must be updated.gitea.com/gitea/act_runner/internal/pkg/ver.version→gitea.com/gitea/runner/internal/pkg/ver.version. Affects custom builds that stamp the version.act-runner/act-runner-vol→runner/runner-vol. Users who copied the manifests verbatim will see resource churn on apply.scripts/s6/act_runner/→scripts/s6/gitea-runner/. Only matters for downstream image overrides.Unchanged: YAML config field names, env vars (
GITEA_*), CLI flags and subcommands, registration file format.User-facing changes
bind-workdirtask workspaces are now cleaned up in the background instead of on the task execution path. Two new config keys:runner.startup_cleanup_age(stale-age threshold, default24h) andrunner.idle_cleanup_interval(cleanup cadence, default10m). Cleanup is scoped to numeric task directory names only, so operator-managed folders are left alone.bind_workdiris enabled, to avoid conflicting with the runner-level janitor above.Changelog
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.