chore(deps): Update GitHub Actions - #91
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/github-actions
branch
from
August 9, 2026 05:56
0ba1431 to
3e43be2
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:
2026-06-18→2026-08-072026-08-09(+1)3.14.6→3.14.7Release Notes
arillso/.github (arillso/.github)
v2026-08-07Compare Source
Added
This repository now runs its own CI, mirroring
sbaerlocher/.github. Untilnow every workflow here was
workflow_call-only and nothing verified therepository itself. Each new workflow calls this repo's own reusables through
a local
./path, so the workflows consumers depend on are exercised beforethey ship.
YYYY-MM-DDdate tag to the newest commit onmain, forward-only and serialised viaconcurrency: date-tag. Tagging wasmanual before; the newest tag was
2026-06-18, which is exactly what theconsumer repositories pin — so fixes merged after that date never reached
them without a hand-cut tag.
Changed
pull_request:trigger; the workflow isnow
workflow_call-only like every other reusable here, andself-pull-request.ymlinvokes it. Note that this does not change theclaude-code-actionworkflow-validation guard: it checks every workflow filetaking part in a run against the default branch, so a PR modifying this file
still has its review skipped regardless of where the trigger lives.
Fixed
paths-ignore,package-manager,build-command) and the step summary values were expandedby the workflow parser into
run:bodies, so a value carrying a commandsubstitution executed on the runner with
security-events: write. They nowtravel through
env:and are read as shell variables; the summary heredoc isreplaced by
printf.REVIEW.md,AGENTS.mdandCLAUDE.mdfromthe base ref instead of the PR's own checkout. A PR that changed these files
rewrote the instructions of the agent reviewing it, while that agent holds
gh pr review --approve. A second sparseactions/checkoutprovides themunder
.review-base/, and the prompt now reads only from there.Changed
package-manageris restricted tonpm | pnpm | yarn. Its value leaves the step through$GITHUB_OUTPUTand isinterpolated into a second
run:body, so an unconstrained string wouldexecute there. Any other non-empty value now fails the step; lock-file
detection is unchanged when the input is empty.
Generalize the org-wide PR template. The fixed role checklist (Alloy, DO,
Tailscale) came from
ansible.agentand was meaningless in every otherrepository the template applies to — it is now a free-form
## Affected Component(s)list. Removed the trailing comment block, whichthanked contributors for the wrong repository and carried an attribution
line the commit conventions forbid; every PR in the organization inherited
both.
Removed
pre-build-commandsinput is removed. Itwas expanded into a
run:body in the job holdingcontents: write,packages: writeandGITHUB_TOKEN, and no caller sets it.Migration notes
pre-build-commandstorelease-go.ymlmust runthose commands in their own job before calling the workflow.
package-managerother thannpm,pnpmoryarntosecurity-code.ymlwill now see the run fail instead of the value being used.actions/python-versions (python)
v3.14.7: 3.14.7Compare Source
Python 3.14.7
Configuration
📅 Schedule: (in timezone Europe/Zurich)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.