Skip to content

Update GitHub Actions - #5109

Open
tmt-renovate-bot[bot] wants to merge 1 commit into
mainfrom
renovate/github-actions
Open

tmt-renovate-bot[bot] wants to merge 1 commit into
mainfrom
renovate/github-actions

Conversation

@tmt-renovate-bot

@tmt-renovate-bot tmt-renovate-bot Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/attest-build-provenance action minor v4.1.1v4.2.2
astral-sh/setup-uv action major v9.0.0v10.1.0
github/codeql-action action minor v4.37.4v4.38.0
re-actors/alls-green action minor v1.2.2v1.3.0
redhat-plumbers-in-action/differential-shellcheck action patch v5.5.6v5.5.7
renovatebot/github-action action minor v46.2.0v46.3.1

Release Notes

actions/attest-build-provenance (actions/attest-build-provenance)

v4.2.2

Compare Source

[!NOTE]
As of version 4, actions/attest-build-provenance is simply a wrapper on top of actions/attest.

Existing applications may continue to use the attest-build-provenance action, but new implementations should use actions/attest instead.

What's Changed

Full Changelog: actions/attest-build-provenance@v4.1.1...v4.2.2

astral-sh/setup-uv (astral-sh/setup-uv)

v10.1.0: 🌈 New output python-runtime-idand respect NO_PROXY

Compare Source

Changes

This release adds more bheind the scene security improvements and also 2 small improvements.

NO_PROXY

This action now respects no_proxy/NO_PROXY environment variables which were previously ignored.

New output python-runtime-id

The new output python-runtime-id can be used to know which python version exactly was installed if you use activate-environment. See pyca/cryptography#15572 (comment) for details on why this can be useful.

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v10.0.1: 🌈 Tolerate transient manifest timeouts

Compare Source

Changes

Thank you @​arguile- for making this action more resilient.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

v10.0.0: 🌈 Disable automatic caching for sensitive events and new QOL features

Compare Source

Changes

Another breaking release, directly after v9.0.0 but we think the added security justifies that.

Extra security by default

If you use the default enable-cache: auto this will now DISABLE THE CACHE to protect against cache poisoning for the following events:

  • pull_request_target
  • workflow_run
  • release

You can read the full reasoning in #​984

version: latest-known
- name: Install the latest version of uv known to setup-uv
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version: "latest-known"

This will now install the latest version with a checksum that is known by this action. The known uv checksums are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security.

Read python version from .tool-versions
- name: Install uv based on the version defined in .tool-versions and also set python
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version-file: "pyproject.toml"

Will now also set the python version if it is defined in .tool-versions. You can read the details in the docs

🚨 Breaking changes

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

github/codeql-action (github/codeql-action)

v4.38.0

Compare Source

  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #​4124
  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #​4072
  • Update default CodeQL bundle version to 2.27.0. #​4129

v4.37.9

Compare Source

v4.37.8

Compare Source

No user facing changes.

v4.37.7

Compare Source

v4.37.6

Compare Source

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #​4070

v4.37.5

Compare Source

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #​4061
re-actors/alls-green (re-actors/alls-green)

v1.3.0

Compare Source

Sometimes these releases take time. Cherish it.

🛡️ What's Unmessed

[!caution]

There was a small command injection risk in prior versions. I consider it very low because of the specifics of the action use case. But still, do upgrade, okay?

@​illera88💰 fixed this template injection bug in #​37 by passing inputs via env vars.

See GHSA-gj76-h2ch-5m76 for more detail that was first reported by @​Corbynx010💰 while I was at EuroPython.

✨ What's Improved

I did a bunch of internal refactoring including hints of what @​max-sixty💰 reported in #​23. And took a small patch of @​krokofant💰 in. This involved a bunch of preparatory infra work with testing infra.

One notable improvement is that now thanks to @​tomasr8💰's and @​hugovk💰's UX suggestions in #​31, the gate status output is colored in the console and should be easier to scan in the log output per line. They entries now have leading / acceptance marks and the actual incoming job outcomes are labeled with 🟢/🔴//.

🐛 What's Fixed

The job-statuses summary could print "Some of the allowed to be skipped jobs did not succeed" based on the wrong condition — it's now tied to allowed-skips as intended, not allowed-failures.

💪 New Contributors

🪞 Full Diff: re-actors/alls-green@v1.2.2...v1.3.0

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.

GH Sponsors badge

redhat-plumbers-in-action/differential-shellcheck (redhat-plumbers-in-action/differential-shellcheck)

v5.5.7

Compare Source

What's Changed

Dependency Updates

28 changes

Full Changelog: redhat-plumbers-in-action/differential-shellcheck@v5.5.6...v5.5.7

renovatebot/github-action (renovatebot/github-action)

v46.3.1

Compare Source

Documentation
  • update references to actions/checkout to v6.1.0 (270bd44)
  • update references to renovatebot/github-action to v46.3.0 (ca6199c)
Miscellaneous Chores
  • deps: update dependency lint-staged to v17.5.0 (e4afbec)
Build System
  • deps: lock file maintenance (f2129fd)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.82.0 (c4d5363)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.82.1 (8b0261f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.82.2 (8a8de6e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.82.3 (9abb489)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.82.4 (2052a98)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.82.5 (279e28e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.83.0 (0c8dbee)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.83.1 (4a521e0)

v46.3.0

Compare Source

Features
  • support forwarding list of env vars to renovate container (#​1032) (300c83c)
Documentation
  • update references to renovatebot/github-action to v46.2.6 (3faa2c5)
Miscellaneous Chores
  • deps: update dependency globals to v17.12.0 (3f58ef0)
  • deps: update dependency typescript-eslint to v8.69.0 (#​1079) (5aa1617)
  • deps: update node.js to v24.21.0 (e2492d8)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.66.1 (475bf62)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.10 (aa7362f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.11 (c7ada95)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.12 (cc851b7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.13 (2bdf2c7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.3 (3759ca2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.5 (98a66dd)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.6 (0abb50b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.7 (8c00ab7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.8 (7e11e2e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.69.9 (9fce251)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.71.0 (6c6f767)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.72.0 (22adb15)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.73.0 (d7415a3)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.74.0 (0cc29c5)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.74.1 (cf0e81f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.75.1 (99eb860)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.75.2 (11d862d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.79.1 (941720f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.79.2 (7f28c50)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.79.5 (66ec983)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.79.6 (c46a127)
  • deps: update ghcr.io/zizmorcore/zizmor docker tag to v1.30.1 (#​1080) (719210e)
  • deps: update zizmorcore/zizmor-action action to v0.6.4 (8578ddd)

v46.2.6

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.2.5 (48ae7cc)
Miscellaneous Chores
  • deps: update dependency lint-staged to v17.4.1 (d282d54)
  • deps: update dependency typescript-eslint to v8.68.0 (#​1078) (a523046)
  • deps: update pnpm/action-setup action to v6.1.0 (102d218)
Build System
  • deps: lock file maintenance (3b757d0)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.52.1 (9984ec7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.53.0 (faa6419)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.54.0 (2c96ef7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.56.0 (dcb55da)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.56.1 (e2c9386)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.56.2 (913f400)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.56.3 (5e6fc58)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.57.2 (d469fc4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.59.1 (66c7016)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.59.2 (ec50768)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.59.3 (31ef1b9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.61.1 (d6e525c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.61.3 (a2fa5a6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.61.4 (d01e774)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.61.5 (d37ca4c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.61.6 (0849a31)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.64.0 (e8a4545)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.64.1 (878ced9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.65.0 (a2ab6bc)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.65.2 (3e5ee14)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.65.5 (6530be9)

v46.2.5

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.2.4 (c2ba0df)
Miscellaneous Chores
  • deps: update node.js to v24.20.0 (8bff989)
Build System
  • deps: lock file maintenance (40119c0)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.40.0 (7776f7b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.43.1 (1a8a884)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.44.0 (94a8afa)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.45.2 (91a1ccd)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.45.3 (9df3426)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.45.4 (c0c2060)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.46.0 (246e8c4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.46.1 (a2cef85)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.46.2 (3ce659c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.46.4 (cd8ceb2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.46.5 (8f94c87)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.46.6 (7997c61)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.48.0 (a60af3a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.48.1 (508cd10)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.48.2 (cca913a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.48.3 (d450fc2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.49.0 (0afb379)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.49.1 (c409f02)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.50.1 (dbb0a9b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.50.2 (f51cd98)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.50.3 (34b46a4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.51.0 (ea6c45c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.51.2 (9774ab2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.52.0 (e753d3e)
  • deps: update ghcr.io/zizmorcore/zizmor docker tag to v1.30.0 (92becf5)
  • deps: update zizmorcore/zizmor-action action to v0.6.3 (ea548b4)

v46.2.4

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.2.3 (42d0056)
Build System
  • deps: lock file maintenance (e3c0c2e)

v46.2.3

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.2.2 (49f4ea0)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (7df1c30)
Continuous Integration
  • deps: update dependency actions/checkout to v7 (#​1077) (d6180bb)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.17.2 (8695952)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.17.3 (82eda2d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.20.1 (f478bc0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.22.0 (755e0d3)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.23.0 (3cb9274)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.23.3 (4436421)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.24.2 (15b3538)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.24.3 (489f1d0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.25.0 (3683bf4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.26.0 (e133651)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.27.0 (e22f3f6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.28.0 (2057af5)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.29.2 (56c415f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.29.4 (88330ca)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.29.5 (cf40db9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.30.0 (359d861)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.30.1 (be07738)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.30.2 (4c3519a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.30.3 (a08a921)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.30.4 (fff9ff0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.31.0 (e5d35d4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.32.1 (be027ab)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.32.2 (e5b51b4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.32.5 (21f4128)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.32.6 (c3a9bd4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.33.2 (ef454f0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.34.0 (ec74cb7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.34.3 (ba4c5a2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.35.0 (7313a0d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.35.1 (4e11059)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.35.2 (3ae4864)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.35.3 (f0c13d2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.35.4 (c16c31c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.36.0 (8778c4a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.37.1 (aaaf809)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.38.0 (67e8c5f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.39.0 (a7eb6cf)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.39.1 (faf9cdc)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.39.2 (2e028a9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v44.39.3 ([7359be7](https://

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 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.


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

This PR has been generated by Renovate Bot.

@LecrisUT

Copy link
Copy Markdown
Member

The actions/attest-build-provenance we should move to actions/attest. Btw how do we do with making sure the commit description is not too long?

@happz

happz commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

Btw how do we do with making sure the commit description is not too long?

I don't know about others, but I simply edit the merge message & remove everything except the table with versions.

This branch was successfully deployed

1 active deployment
renovate e317d282 Deployed Sep 18, 2026 by tmt-renovate-bot[bot] via renovate #87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: review

Development

Successfully merging this pull request may close these issues.

2 participants