Skip to content

Conversation

oep-renovate[bot]
Copy link
Contributor

@oep-renovate oep-renovate bot commented Oct 1, 2025

This PR contains the following updates:

Package Type Update Change
actions/create-github-app-token action patch v2.1.1 -> v2.1.4
actions/labeler action major v5.0.0 -> v6.0.1
actions/setup-node action major v4.4.0 -> v5.0.0
actions/setup-python action major v5.6.0 -> v6.0.0
astral-sh/setup-uv action minor v6.6.0 -> v6.8.0
github/codeql-action action minor v3.29.11 -> v3.30.5
open-edge-platform/geti-ci action digest 353d464 -> c2bb269
ossf/scorecard-action action patch v2.4.2 -> v2.4.3
pypa/gh-action-pypi-publish action minor v1.12.4 -> v1.13.0
renovatebot/github-action action patch v43.0.9 -> v43.0.14

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/create-github-app-token (actions/create-github-app-token)

v2.1.4

Compare Source

Bug Fixes

v2.1.3

Compare Source

Bug Fixes
  • deps: bump undici from 7.8.0 to 7.10.0 in the production-dependencies group (#​254) (f3d5ec2)

v2.1.2

Compare Source

Bug Fixes
actions/labeler (actions/labeler)

v6.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/labeler@v6.0.0...v6.0.1

v6.0.0

Compare Source

What's Changed

  • Add workflow file for publishing releases to immutable action package by @​jcambass in #​802
Breaking Changes
  • Upgrade Node.js version to 24 in action and dependencies @​salmanmkc in #​891
    Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes
Dependency Upgrades
Documentation changes

New Contributors

Full Changelog: actions/labeler@v5...v6.0.0

actions/setup-node (actions/setup-node)

v5.0.0

Compare Source

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

actions/setup-python (actions/setup-python)

v6.0.0

Compare Source

What's Changed
Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Enhancements:
Bug fixes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-python@v5...v6.0.0

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

v6.8.0: 🌈 Add **/*.py.lock to cache-dependency-glob

Compare Source

Changes

Thanks to @​parched the default cache-dependency-glob now also find all lock files generated by uv lock --script

🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

v6.7.0: 🌈 New inputs restore-cache and save-cache

Compare Source

Changes

This release adds fine-grained control over the caching steps.

  • The input restore-cache (true by default) can be set to false to skip restoring the cache while still allowing to save the cache.
  • The input save-cache (true by default) can be set to false to skip saving the cache.

Skipping cache saving can be useful if you know, that you will never use this version of the cache again and don't want to waste storage space:

- name: Save cache only on main branch
  uses: astral-sh/setup-uv@v6
  with:
    enable-cache: true
    save-cache: ${{ github.ref == 'refs/heads/main' }}
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates

v6.6.1: 🌈 Fix exclusions in cache-dependency-glob

Compare Source

Changes

Exclusions with a leading ! in the cache-dependency-glob did not work and got fixed with this release. Thank you @​KnisterPeter for raising this!

🐛 Bug fixes
🧰 Maintenance
github/codeql-action (github/codeql-action)

v3.30.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.5 - 26 Sep 2025
  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #​3160

See the full CHANGELOG.md for more information.

v3.30.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.4 - 25 Sep 2025
  • We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #​3099 and #​3100
  • We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #​3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #​3130
  • Update default CodeQL bundle version to 2.23.1. #​3118

See the full CHANGELOG.md for more information.

v3.30.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.3 - 10 Sep 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.2 - 09 Sep 2025
  • Fixed a bug which could cause language autodetection to fail. #​3084
  • Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #​3064

See the full CHANGELOG.md for more information.

v3.30.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.1 - 05 Sep 2025
  • Update default CodeQL bundle version to 2.23.0. #​3077

See the full CHANGELOG.md for more information.

v3.30.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.0 - 01 Sep 2025
  • Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #​3054

See the full CHANGELOG.md for more information.

ossf/scorecard-action (ossf/scorecard-action)

v2.4.3

Compare Source

What's Changed

This update bumps the Scorecard version to the v5.3.0 release. For a complete list of changes, please refer to the Scorecard v5.3.0 release notes.

Documentation

Other

New Contributors

Full Changelog: ossf/scorecard-action@v2.4.2...v2.4.3

pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)

v1.13.0

Compare Source

Take the 2025 Python Packaging Survey if you still haven't!

[!important]
🚨 This release includes fixes for GHSA-vxmw-7h4f-hqxh discovered by @​woodruffw💰.
We've also integrated Zizmor to catch similar issues in the future and you should too.

✨ New Stuff

@​woodruffw💰 updated the README to no longer mention the attestations feature being experimental in #​347: it's been rather stable for a year already 🎉
He also added more diagnostic output which includes printing out the GitHub Environment claim via #​371 and warning about the unsupported reusable workflows configurations #​306, when using Trusted Publishing.

[!tip]
The official support for reusable workflows is currently blocked on changes to PyPI. To get updates about progress on the action side, you may want to subscribe to #​166.
At PyCon US 2025 Sprints, @​facutuesca💰, @​miketheman💰, @​woodruffw💰 and I💰 spent several hours IRL brainstorming how to fix this and migrate projects that happen to rely on an obscure corner case with reusable workflows that temporarily allows them to function by accident.
The result of that discussion is posted @​ pypi/warehouse#11096 (comment).
Note that this is a volunteer-led effort and there is no ETA. If you need this soon, make your employer sponsor the PSF and maybe they'll be able to hire somebody for this work on Warehouse.

In addition to that, @​konstin💰 sent #​378 to pin actions/setup-python to a SHA hash. This makes pypi-publish compatible with new GitHub policies that allow organizations to mandate hash-pinning actions used in workflows.

🛠️ Internal Dependencies

@​webknjaz💰 made a bunch of updates to the action runtime which includes bumping it to Python 3.13 in #​331 and updating the dependency tree across the board. pip-with-requires-python is no longer being installed (#​332). Some related bumps were contributed by @​woodruffw💰 (#​359) and @​kurtmckee💰 sent a contributor-facing PR, bumping the linting configuration via #​335.

💪 New Contributors

🪞 Full Diff: pypa/gh-action-pypi-publish@v1.12.4...v1.13.0

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

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

GH Sponsors badge

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

v43.0.14

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v41.131.9 (f118af5)
  • update references to renovatebot/github-action to v43.0.13 (481f9d4)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (ef5811e)
Continuous Integration
  • deps: update renovate docker tag to v41.123.0 (f7655cb)
  • deps: update renovate docker tag to v41.124.0 (a99b47f)
  • deps: update renovate docker tag to v41.125.0 (5453724)
  • deps: update renovate docker tag to v41.125.1 (703a628)
  • deps: update renovate docker tag to v41.125.2 (1a523fb)
  • deps: update renovate docker tag to v41.125.3 (40934fa)
  • deps: update renovate docker tag to v41.127.2 (#​954) (4fb3a1c)
  • deps: update renovate docker tag to v41.128.0 (a82c6ac)
  • deps: update renovate docker tag to v41.128.1 (c0fa79a)
  • deps: update renovate docker tag to v41.130.0 (a3b2a11)
  • deps: update renovate docker tag to v41.130.1 (637e5d4)
  • deps: update renovate docker tag to v41.131.0 (1a210f2)
  • deps: update renovate docker tag to v41.131.1 (e325b6c)
  • deps: update renovate docker tag to v41.131.2 (65181bd)
  • deps: update renovate docker tag to v41.131.5 (d23315a)
  • deps: update renovate docker tag to v41.131.6 (b42492f)
  • deps: update renovate docker tag to v41.131.8 (6effd59)
  • deps: update renovate docker tag to v41.131.9 (0689a44)

v43.0.13

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v41.122.3 (e77f32f)
  • update references to renovatebot/github-action to v43.0.12 (653e4da)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (1278ad3)
Continuous Integration
  • deps: update renovate docker tag to v41.113.5 (8107f7d)
  • deps: update renovate docker tag to v41.113.6 (c25039a)
  • deps: update renovate docker tag to v41.113.7 (547c0f0)
  • deps: update renovate docker tag to v41.114.0 (9b1f431)
  • deps: update renovate docker tag to v41.115.0 (f757c34)
  • deps: update renovate docker tag to v41.115.1 (d585b00)
  • deps: update renovate docker tag to v41.115.2 (8c011ca)
  • deps: update renovate docker tag to v41.115.4 (52f66bb)
  • deps: update renovate docker tag to v41.115.5 (7390745)
  • deps: update renovate docker tag to v41.115.6 (498edef)
  • deps: update renovate docker tag to v41.116.1 (4f9581d)
  • deps: update renovate docker tag to v41.116.10 (c9a9c99)
  • deps: update renovate docker tag to v41.116.2 (ed4d0bb)
  • deps: update renovate docker tag to v41.116.3 (1b30889)
  • deps: update renovate docker tag to v41.116.5 (b96fb41)
  • deps: update renovate docker tag to v41.116.6 (9bcf08c)
  • deps: update renovate docker tag to v41.116.7 (b89adc7)
  • deps: update renovate docker tag to v41.116.8 (abee5ff)
  • deps: update renovate docker tag to v41.117.0 (4a4709f)
  • deps: update renovate docker tag to v41.118.0 (ecbe520)
  • deps: update renovate docker tag to v41.118.1 (051f97e)
  • deps: update renovate docker tag to v41.119.0 (28e7e1d)
  • deps: update renovate docker tag to v41.119.4 (a1ffb8d)
  • deps: update renovate docker tag to v41.119.5 (49be121)
  • deps: update renovate docker tag to v41.119.6 (8f6f258)
  • deps: update renovate docker tag to v41.121.1 (3e88114)
  • deps: update renovate docker tag to v41.121.3 (db50bb4)
  • deps: update renovate docker tag to v41.121.4 (47f54ca)
  • deps: update renovate docker tag to v41.122.0 (0d90aa6)
  • deps: update renovate docker tag to v41.122.1 (41ba176)
  • deps: update renovate docker tag to v41.122.2 (18ca40b)
  • deps: update renovate docker tag to v41.122.3 (8462f7c)

v43.0.12

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v41.113.3 (6ff1007)
  • update references to renovatebot/github-action to v43.0.11 (b1f4d3e)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (983234a)
Continuous Integration
  • deps: update renovate docker tag to v41.100.0 (f3ac028)
  • deps: update renovate docker tag to v41.103.0 (bc2b208)
  • deps: update renovate docker tag to v41.105.0 (c64558a)
  • deps: update renovate docker tag to v41.107.0 (8891399)
  • deps: update renovate docker tag to v41.109.0 (71ce752)
  • deps: update renovate docker tag to v41.111.0 (3e4fb61)
  • deps: update renovate docker tag to v41.112.0 (4833cda)
  • deps: update renovate docker tag to v41.113.0 (23d00ec)
  • deps: update renovate docker tag to v41.113.2 (94eed51)
  • deps: update renovate docker tag to v41.113.3 (1bdfd59)
  • deps: update renovate docker tag to v41.97.10 (dc222e4)
  • deps: update renovate docker tag to v41.98.0 (6675bb6)
  • deps: update renovate docker tag to v41.98.1 (e8c62d0)
  • deps: update renovate docker tag to v41.98.2 (b33786c)
  • deps: update renovate docker tag to v41.98.3 (ad18df2)
  • deps: update renovate docker tag to v41.98.4 (3194766)
  • deps: update renovate docker tag to v41.99.1 (04f5a7f)
  • deps: update renovate docker tag to v41.99.11 (c4dc84e)
  • deps: update renovate docker tag to v41.99.2 (f8e1197)
  • deps: update renovate docker tag to v41.99.5 (ff05f9e)
  • deps: update renovate docker tag to v41.99.6 (e66f3a5)
  • deps: update renovate docker tag to v41.99.7 (ace35a1)
  • deps: update renovate docker tag to v41.99.8 (be9ee49)
  • deps: update renovate docker tag to v41.99.9 (ab4314a)

v43.0.11

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v41.97.9 (6393760)
  • update references to renovatebot/github-action to v43.0.10 (f6c87b9)
Miscellaneous Chores

Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (UTC), 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.

Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
@oep-renovate oep-renovate bot requested a review from a team as a code owner October 1, 2025 02:35
@github-actions github-actions bot added the build Related to build scripts label Oct 1, 2025
@mgumowsk mgumowsk added this pull request to the merge queue Oct 1, 2025
Merged via the queue into master with commit e8356ff Oct 1, 2025
17 checks passed
@mgumowsk mgumowsk deleted the renovate/github-actions branch October 1, 2025 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Related to build scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant