Update gitea/runner Docker tag to v3.2.0 #50

Merged
Akumatic merged 1 commits from renovate/gitea-runner-3.x into main 2026-08-19 16:56:41 +00:00
Member

This PR contains the following updates:

Package Update Change
gitea/runner minor 3.1.03.2.0

Release Notes

gitea/runner (gitea/runner)

v3.2.0

Compare Source

⚠️ Behavior changes

The tool cache is no longer shared between jobs (https://gitea.com/gitea/runner/pulls/1171)

The shared tool cache volume is not concurrency-safe, concurrent jobs can write it at the same time and corrupt it, for example setup-go with an explicit Go version. The new runner.tool_cache_mode (and --tool-cache-mode for exec) defaults to none, where a job uses what its image ships in the tool cache and discards what it installs, the same as GitHub Actions with its preinstalled images. Set it to shared to keep the single volume every job reuses.

Features

Enhancements

Bug fixes

Refactors

Dependencies

Full changelog: https://gitea.com/gitea/runner/compare/v3.1.0...v3.2.0


Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gitea/runner](https://gitea.com/gitea/runner) | minor | `3.1.0` → `3.2.0` | --- ### Release Notes <details> <summary>gitea/runner (gitea/runner)</summary> ### [`v3.2.0`](https://gitea.com/gitea/runner/releases/tag/v3.2.0) [Compare Source](https://gitea.com/gitea/runner/compare/v3.1.0...v3.2.0) #### ⚠️ Behavior changes ##### The tool cache is no longer shared between jobs (<https://gitea.com/gitea/runner/pulls/1171>) The shared tool cache volume is not concurrency-safe, concurrent jobs can write it at the same time and corrupt it, for example `setup-go` with an explicit Go version. The new `runner.tool_cache_mode` (and `--tool-cache-mode` for `exec`) defaults to `none`, where a job uses what its image ships in the tool cache and discards what it installs, the same as GitHub Actions with its preinstalled images. Set it to `shared` to keep the single volume every job reuses. #### Features - Size-based cache eviction via `cache.repo_size_limit` and `cache.size_limit`, and `cache.retention` now counts from last access instead of creation (<https://gitea.com/gitea/runner/pulls/1170>) - Support GitHub's `$/` self-repository prefix in action `uses:` (<https://gitea.com/gitea/runner/pulls/1150>) #### Enhancements - Show `workflow_dispatch` inputs in the "Set up job" section (<https://gitea.com/gitea/runner/pulls/1167>) #### Bug fixes - Bound every RPC to Gitea and stop failing silently, jobs no longer go quiet until Gitea reaps them (<https://gitea.com/gitea/runner/pulls/1174>) - Build cache job URLs on the address its runner registered, so jobs reaching the cache server through a reverse proxy are no longer sent to its internal address (<https://gitea.com/gitea/runner/pulls/1153>) #### Refactors - Move `act/model` and `act/exprparser` to `gitea.dev/actionslib`, both packages are gone from this module (<https://gitea.com/gitea/runner/pulls/1143>) #### Dependencies - Update `github.com/go-git/go-git/v5` to v5.19.2 (security) (<https://gitea.com/gitea/runner/pulls/1156>) - Update dependencies, docker to 29.7.1 (<https://gitea.com/gitea/runner/pulls/1160>) **Full changelog**: <https://gitea.com/gitea/runner/compare/v3.1.0...v3.2.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMy4yIiwidXBkYXRlZEluVmVyIjoiNDQuMzMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-08-19 16:01:25 +00:00
Akumatic merged commit 6e1cbf4f17 into main 2026-08-19 16:56:41 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Homelab/Docker-Gitea#50