Skip to content

Conversation

@oep-renovate
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v5.0.0 -> v6.0.0
actions/checkout action major v5 -> v6
actions/create-github-app-token action minor v2.1.4 -> v2.2.0
actions/download-artifact action major v5 -> v6
actions/setup-node action major v5 -> v6
actions/setup-python action digest e797f83 -> 83679a8
actions/setup-python action minor v6.0.0 -> v6.1.0
actions/upload-artifact action major v4 -> v5
astral-sh/setup-uv action major v6.8.0 -> v7.1.4
github/codeql-action action major v3.30.6 -> v4.31.6
open-edge-platform/geti-ci action digest 4ec90fb -> 3cdaaaa
peter-evans/create-pull-request action patch v7.0.8 -> v7.0.9
renovatebot/github-action action major v43.0.15 -> v44.0.5
softprops/action-gh-release action minor v2.3.4 -> v2.5.0
step-security/harden-runner action patch v2.13.1 -> v2.13.2

Release Notes

actions/checkout (actions/checkout)

v6.0.0

Compare Source

v5.0.1

Compare Source

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

v2.2.0

Compare Source

Bug Fixes
Features
actions/download-artifact (actions/download-artifact)

v6

Compare Source

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

v6

Compare Source

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

v6.1.0

Compare Source

What's Changed

Enhancements:
Dependency and Documentation updates:

New Contributors

Full Changelog: actions/setup-python@v6...v6.1.0

actions/upload-artifact (actions/upload-artifact)

v5

Compare Source

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

v7.1.4: 🌈 Fix libuv closing bug on Windows

Compare Source

Changes

This release fixes the bug Assertion failed: !(handle->flags & UV_HANDLE_CLOSING) on Windows runners

🐛 Bug fixes
🧰 Maintenance

v7.1.3: 🌈 Support act

Compare Source

Changes

This bug fix release adds support for https://github.com/nektos/act
It was previously broken because of a too new undici version and TS transpilation target.

Compatibility with act is now automatically tested.

🐛 Bug fixes
🧰 Maintenance
📚 Documentation

v7.1.2: 🌈 Speed up extraction on Windows

Compare Source

Changes

@​lazka fixed a bug that caused extracting uv to take up to 30s. Thank you!

🐛 Bug fixes
🧰 Maintenance
⬆️ Dependency updates

v7.1.1: 🌈 Fix empty workdir detection and lowest resolution strategy

Compare Source

Changes

This release fixes a bug where the working-directory input was not used to detect an empty work dir. It also fixes the lowest resolution strategy resolving to latest when only a lower bound was specified.

Special thanks to @​tpgillam for the first contribution!

🐛 Bug fixes
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

v7.1.0: 🌈 Support all the use cases

Compare Source

Changes

Support all the use cases!!!
... well, that we know of.

This release adds support for some use cases that most users don't encounter but are useful for e.g. people running Gitea.

The input resolution-strategy lets you use the lowest possible version of uv from a version range. Useful if you want to test your tool with different versions of uv.

If you use activate-environment the path to the activated venv is now also exposed under the output venv.

Downloaded python installations can now also be uploaded to the GitHub Actions cache backend. Useful if you are running in act and have configured your own backend and don't want to download python again, and again over a slow internet connection.

Finally the path to installed python interpreters is now added to the PATH on Windows.

🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

v7.0.0: 🌈 node24 and a lot of bugfixes

Compare Source

Changes

This release comes with a load of bug fixes and a speed up. Because of switching from node20 to node24 it is also a breaking change. If you are running on GitHub hosted runners this will just work, if you are using self-hosted runners make sure, that your runners are up to date. If you followed the normal installation instructions your self-hosted runner will keep itself updated.

This release also removes the deprecated input server-url which was used to download uv releases from a different server.
The manifest-file input supersedes that functionality by adding a flexible way to define available versions and where they should be downloaded from.

Fixes
  • The action now respects when the environment variable UV_CACHE_DIR is already set and does not overwrite it. It now also finds cache-dir settings in config files if you set them.
  • Some users encountered problems that cache pruning took forever because they had some uv processes running in the background. Starting with uv version 0.8.24 this action uses uv cache prune --ci --force to ignore the running processes
  • If you just want to install uv but not have it available in path, this action now respects UV_NO_MODIFY_PATH
  • Some other actions also set the env var UV_CACHE_DIR. This action can now deal with that but as this could lead to unwanted behavior in some edgecases a warning is now displayed.
Improvements

If you are using minimum version specifiers for the version of uv to install for example

[tool.uv]
required-version = ">=0.8.17"

This action now detects that and directly uses the latest version. Previously it would download all available releases from the uv repo
to determine the highest matching candidate for the version specifier, which took much more time.

If you are using other specifiers like 0.8.x this action still needs to download all available releases because the specifier defines an upper bound (not 0.9.0 or later) and "latest" would possibly not satisfy that.

🚨 Breaking changes
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates
github/codeql-action (github/codeql-action)

v4.31.6

Compare Source

CodeQL Action Changelog

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

4.31.6 - 01 Dec 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v4.31.5

Compare Source

CodeQL Action Changelog

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

4.31.5 - 24 Nov 2025
  • Update default CodeQL bundle version to 2.23.6. #​3321

See the full CHANGELOG.md for more information.

v4.31.4

Compare Source

CodeQL Action Changelog

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

4.31.4 - 18 Nov 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v4.31.3

Compare Source

CodeQL Action Changelog

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

4.31.3 - 13 Nov 2025
  • CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
  • Update default CodeQL bundle version to 2.23.5. #​3288

See the full CHANGELOG.md for more information.

v4.31.2

Compare Source

CodeQL Action Changelog

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

4.31.2 - 30 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v4.31.1

Compare Source

CodeQL Action Changelog

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

4.31.1 - 30 Oct 2025
  • The add-snippets input has been removed from the analyze action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.

See the full CHANGELOG.md for more information.

v4.31.0

Compare Source

CodeQL Action Changelog

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

4.31.0 - 24 Oct 2025
  • Bump minimum CodeQL bundle version to 2.17.6. #​3223
  • When SARIF files are uploaded by the analyze or upload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the upload-sarif action. For analyze, this may affect Advanced Setup for CodeQL users who specify a value other than always for the upload input. #​3222

See the full CHANGELOG.md for more information.

v4.30.9

Compare Source

CodeQL Action Changelog

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

4.30.9 - 17 Oct 2025
  • Update default CodeQL bundle version to 2.23.3. #​3205
  • Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​3204

See the full CHANGELOG.md for more information.

v4.30.8

Compare Source

CodeQL Action Changelog

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

4.30.8 - 10 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v4.30.7

Compare Source

CodeQL Action Changelog

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

4.30.7 - 06 Oct 2025
  • [v4+ only] The CodeQL Action now runs on Node.js v24. #​3169

See the full CHANGELOG.md for more information.

v3.31.6

Compare Source

CodeQL Action Changelog

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

3.31.6 - 01 Dec 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.31.5

Compare Source

CodeQL Action Changelog

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

3.31.5 - 24 Nov 2025
  • Update default CodeQL bundle version to 2.23.6. #​3321

See the full CHANGELOG.md for more information.

v3.31.4

Compare Source

CodeQL Action Changelog

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

3.31.4 - 18 Nov 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.31.3

Compare Source

CodeQL Action Changelog

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

3.31.3 - 13 Nov 2025
  • CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
  • Update default CodeQL bundle version to 2.23.5. #​3288

See the full CHANGELOG.md for more information.

v3.31.2

Compare Source

CodeQL Action Changelog

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

3.31.2 - 30 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.31.1

Compare Source

CodeQL Action Changelog

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

3.31.1 - 30 Oct 2025
  • The add-snippets input has been removed from the analyze action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.

See the full CHANGELOG.md for more information.

v3.31.0

Compare Source

CodeQL Action Changelog

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

3.31.0 - 24 Oct 2025
  • Bump minimum CodeQL bundle version to 2.17.6. #​3223
  • When SARIF files are uploaded by the analyze or upload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the upload-sarif action. For analyze, this may affect Advanced Setup for CodeQL users who specify a value other than always for the upload input. #​3222

See the full CHANGELOG.md for more information.

v3.30.9

Compare Source

CodeQL Action Changelog

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

3.30.9 - 17 Oct 2025
  • Update default CodeQL bundle version to 2.23.3. #​3205
  • Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #​3204

See the full CHANGELOG.md for more information.

v3.30.8

Compare Source

CodeQL Action Changelog

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

3.30.8 - 10 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.7

Compare Source

CodeQL Action Changelog

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

3.30.7 - 06 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

peter-evans/create-pull-request (peter-evans/create-pull-request)

v7.0.9: Create Pull Request v7.0.9

Compare Source

⚙️ Fixes an incompatibility with the recently released actions/checkout@v6.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.8...v7.0.9

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

v44.0.5

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v42.27.1 (1a6e892)
  • update references to renovatebot/github-action to v44.0.4 (7dbfb72)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (2195956)
Continuous Integration
  • deps: update renovate docker tag to v42.19.5 (e08a619)
  • deps: update renovate docker tag to v42.19.6 (90f3ba2)
  • deps: update renovate docker tag to v42.19.7 (c9783cc)
  • deps: update renovate docker tag to v42.19.8 (cd5302b)
  • deps: update renovate docker tag to v42.20.0 (9ef994d)
  • deps: update renovate docker tag to v42.20.1 (72b1786)
  • deps: update renovate docker tag to v42.21.0 (17199a9)
  • deps: update renovate docker tag to v42.21.1 (ebc94ab)
  • deps: update renovate docker tag to v42.21.3 (ba515da)
  • deps: update renovate docker tag to v42.22.0 (79ec017)
  • deps: update renovate docker tag to v42.22.1 (b933b81)
  • deps: update renovate docker tag to v42.23.0 (dd2ea91)
  • deps: update renovate docker tag to v42.24.0 (f7665b0)
  • deps: update renovate docker tag to v42.24.1 (6a6d906)
  • deps: update renovate docker tag to v42.25.2 (fbc76b1)
  • deps: update renovate docker tag to v42.25.3 (f318c66)
  • deps: update renovate docker tag to v42.26.0 (501b8b8)
  • deps: update renovate docker tag to v42.26.10 (9b051ee)
  • deps: update renovate docker tag to v42.26.11 (6b7c735)
  • deps: update renovate docker tag to v42.26.2 (660d970)
  • deps: update renovate docker tag to v42.26.3 (ff51f3b)
  • deps: update renovate docker tag to v42.26.5 (a161523)
  • deps: update renovate docker tag to v42.26.8 (6654dca)
  • deps: update renovate docker tag to v42.26.9 (a417a00)
  • deps: update renovate docker tag to v42.27.0 (78247c4)
  • deps: update renovate docker tag to v42.27.1 (931e429)

v44.0.4

Compare Source

Documentation
  • update references to actions/checkout to v5 (304fd04)
  • update references to ghcr.io/renovatebot/renovate to v42.19.3 (433f522)
  • update references to renovatebot/github-action to v44.0.3 (dc2e960)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (8a373e9)
Continuous Integration
  • deps: update actions/checkout action to v4.3.1 (3180f03)
  • deps: update renovate docker tag to v42.12.1 (cddf456)
  • deps: update renovate docker tag to v42.13.0 (ba10ad3)
  • deps: update renovate docker tag to v42.13.3 (8dc1742)
  • deps: update renovate docker tag to v42.13.4 (fca6d36)
  • deps: update renovate docker tag to v42.13.5 (c302ccc)
  • deps: update renovate docker tag to v42.14.1 (a32bad8)
  • deps: update renovate docker tag to v42.14.2 (7cd0b77)
  • deps: update renovate docker tag to v42.14.3 (a1252fe)
  • deps: update renovate docker tag to v42.14.4 (89d46e0)
  • deps: update renovate docker tag to v42.15.0 (99d3e68)
  • deps: update renovate docker tag to v42.16.0 (f3fed10)
  • deps: update renovate docker tag to v42.16.1 (b499602)
  • deps: update renovate docker tag to v42.17.0 (0745ba0)
  • deps: update renovate docker tag to v42.17.1 (58fd621)
  • deps: update renovate docker tag to v42.18.0 (6752f0f)
  • deps: update renovate docker tag to v42.19.0 (8744329)
  • deps: update renovate docker tag to v42.19.2 (8962db8)
  • deps: update renovate docker tag to v42.19.3 (760eaea)

v44.0.3

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v42.11.0 (1fee7b4)
  • update references to renovatebot/github-action to v44.0.2 (04d158c)
Miscellaneous Chores
  • deps: update dependency esbuild to v0.26.0 (9165c1c)
  • deps: update dependency esbuild to v0.27.0 (a4ef38d)
  • deps: update dependency typescript-eslint to v8.46.3 (a6d386d)
  • deps: update linters to v9.39.1 (6977a66)
  • deps: update pnpm to v10.21.0 (7abe8bb)
Build System
  • deps: lock file maintenance (5f1880c)
Continuous Integration
  • deps: update renovate docker tag to v42 (#​960) (871c190)
  • deps: update renovate docker tag to v42.10.2 (00bfa3e)
  • deps: update renovate docker tag to v42.10.5 (550593c)
  • deps: update renovate docker tag to v42.11.0 (64b16b7)
  • deps: update renovate docker tag to v42.5.1 (ad9b3d5)
  • deps: update renovate docker tag to v42.5.2 (b01dddf)
  • deps: update renovate docker tag to v42.5.3 (160b607)
  • deps: update renovate docker tag to v42.5.4 (879d6fa)
  • deps: update renovate docker tag to v42.6.0 (3300545)
  • deps: update renovate docker tag to v42.6.1 (5b1ce50)
  • deps: update renovate docker tag to v42.6.2 (df2e683)
  • deps: update renovate docker tag to v42.6.3 (730d1a6)
  • deps: update renovate docker tag to v42.7.0 (b2df36e)
  • deps: update renovate docker tag to v42.9.2 (fc9d3f4)

v44.0.2

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v42 (9ce6df1)
  • update references to renovatebot/github-action to v44 (03f7f69)
Build System
  • deps: lock file maintenance (80a952a)

v44.0.1

Compare Source

Bug Fixes
Miscellaneous Chores
  • deps: update dependency esbuild to v0.25.12 (ddd20f2)
  • deps: update dependency globals to v16.5.0 (d95d81f)
  • deps: update linters to v9.39.0 (667e6da)

v44.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: Update ghcr.io/renovatebot/renovate Docker tag to v42 (#​961)
Features
  • **deps

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 becomes conflicted, 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 force-pushed the renovate/main-github-actions branch from 863d37a to 15d3d44 Compare December 2, 2025 02:41
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants