log.job.dir writes a copy of every task's log to that directory, the rows exactly as Gitea received them, bounded by log.job.retention and log.job.max_size. Off by default (https://gitea.com/gitea/runner/pulls/1165)
Enhancements
runner.default_image sets the image for a job whose runs-on matches none of the runner's labels, which includes every job that sets no runs-on at all. Such a job now runs on the host when no docker daemon is reachable, which matters most to a host-mode runner (https://gitea.com/gitea/runner/pulls/1164)
Bug fixes
Stop a failed step disabling the toolkit patch, which made every later actions/upload-artifact run fail with GHESNotSupportedError. cache.v2 no longer decides whether the patch is applied, and the new runner.patch_actions turns it off (https://gitea.com/gitea/runner/pulls/1177)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [gitea/runner](https://gitea.com/gitea/runner) | minor | `3.2.0` → `3.3.0` |
---
### Release Notes
<details>
<summary>gitea/runner (gitea/runner)</summary>
### [`v3.3.0`](https://gitea.com/gitea/runner/releases/tag/v3.3.0)
[Compare Source](https://gitea.com/gitea/runner/compare/v3.2.0...v3.3.0)
#### Features
- `log.job.dir` writes a copy of every task's log to that directory, the rows exactly as Gitea received them, bounded by `log.job.retention` and `log.job.max_size`. Off by default (<https://gitea.com/gitea/runner/pulls/1165>)
#### Enhancements
- `runner.default_image` sets the image for a job whose `runs-on` matches none of the runner's labels, which includes every job that sets no `runs-on` at all. Such a job now runs on the host when no docker daemon is reachable, which matters most to a host-mode runner (<https://gitea.com/gitea/runner/pulls/1164>)
#### Bug fixes
- Stop a failed step disabling the toolkit patch, which made every later `actions/upload-artifact` run fail with `GHESNotSupportedError`. `cache.v2` no longer decides whether the patch is applied, and the new `runner.patch_actions` turns it off (<https://gitea.com/gitea/runner/pulls/1177>)
**Full changelog**: <https://gitea.com/gitea/runner/compare/v3.2.0...v3.3.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:eyJjcmVhdGVkSW5WZXIiOiI0NC4zNy4xIiwidXBkYXRlZEluVmVyIjoiNDQuMzkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
3.2.0→3.3.0Release Notes
gitea/runner (gitea/runner)
v3.3.0Compare Source
Features
log.job.dirwrites a copy of every task's log to that directory, the rows exactly as Gitea received them, bounded bylog.job.retentionandlog.job.max_size. Off by default (https://gitea.com/gitea/runner/pulls/1165)Enhancements
runner.default_imagesets the image for a job whoseruns-onmatches none of the runner's labels, which includes every job that sets noruns-onat all. Such a job now runs on the host when no docker daemon is reachable, which matters most to a host-mode runner (https://gitea.com/gitea/runner/pulls/1164)Bug fixes
actions/upload-artifactrun fail withGHESNotSupportedError.cache.v2no longer decides whether the patch is applied, and the newrunner.patch_actionsturns it off (https://gitea.com/gitea/runner/pulls/1177)Full changelog: https://gitea.com/gitea/runner/compare/v3.2.0...v3.3.0
Configuration
📅 Schedule: (UTC)
🚦 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 has been generated by Mend Renovate CLI.