Skip to content

Conversation

@oep-renovate
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v5.0.0 -> v6.0.1
actions/create-github-app-token action minor v2.1.4 -> v2.2.0
actions/dependency-review-action action patch v4.8.1 -> v4.8.2
actions/download-artifact action major v5.0.0 -> v6.0.0
actions/download-artifact action major v4.1.8 -> v6.0.0
actions/setup-node action minor v6.0.0 -> v6.1.0
actions/setup-python action minor v6.0.0 -> v6.1.0
actions/setup-python action digest e797f83 -> 83679a8
actions/stale action patch v10.1.0 -> v10.1.1
actions/upload-artifact action major v4.6.2 -> v5.0.0
astral-sh/setup-uv action patch v7.1.0 -> v7.1.4
docker/metadata-action action minor v5.8.0 -> v5.10.0
github/codeql-action action minor v4.30.8 -> v4.31.6
open-edge-platform/geti-ci action digest 60c5b06 -> afe1729
renovatebot/github-action action major v43.0.17 -> v44.0.5
svenstaro/upload-release-action action digest 81c65b7 -> 6b7fa9f

Warning

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


Release Notes

actions/checkout (actions/checkout)

v6.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

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/dependency-review-action (actions/dependency-review-action)

v4.8.2

Compare Source

Minor fixes:

actions/download-artifact (actions/download-artifact)

v6.0.0

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/download-artifact@v5...v6.0.0

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

v6.1.0

Compare Source

What's Changed
Enhancement:
Dependency updates:
Documentation update:

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

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/stale (actions/stale)

v10.1.1

Compare Source

What's Changed

Bug Fix
Improvement
Dependency Upgrades

New Contributors

Full Changelog: actions/stale@v10...v10.1.1

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

v5.0.0

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

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
docker/metadata-action (docker/metadata-action)

v5.10.0

Compare Source

Full Changelog: docker/metadata-action@v5.9.0...v5.10.0

v5.9.0

Compare Source

Full Changelog: docker/metadata-action@v5.8.0...v5.9.0

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.

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: Update ghcr.io/renovatebot/renovate Docker tag to v42 (#​961) (375d4df)
Miscellaneous Chores
Continuous Integration
  • deps: update renovate docker tag to v41.169.3 (5aae8aa)
  • deps: update renovate docker tag to v41.169.4 (c6bfbb6)
  • deps: update renovate docker tag to v41.170.0 (a49ba8e)
  • deps: update renovate docker tag to v41.170.1 (783744c)
  • deps: update renovate docker tag to v41.171.2 (54d0959)
  • deps: update renovate docker tag to v41.171.4 (be13ca4)
  • deps: update renovate docker tag to v41.171.7 (f7f2c9e)
  • deps: update renovate docker tag to v41.172.0 (fdb23b4)
  • deps: update renovate docker tag to v41.172.1 (d99b1e8)
  • deps: update renovate docker tag to v41.173.0 (a154af9)
  • deps: update renovate docker tag to v41.173.1 (6641ca4)

v43.0.20

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v41.169.1 (1b401fa)
  • update references to renovatebot/github-action to v43.0.19 (56c595a)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (390abb0)
Continuous Integration
  • deps: update renovate docker tag to v41.160.1 (af58be9)
  • deps: update renovate docker tag to v41.162.1 (6656166)
  • deps: update renovate docker tag to v41.162.2 (a52ba21)
  • deps: update renovate docker tag to v41.163.0 (d8060f9)
  • deps: update renovate docker tag to v41.163.1 (88d42bf)
  • deps: update renovate docker tag to v41.163.4 (f6eb143)
  • deps: update renovate docker tag to v41.164.0 (15c0d84)
  • deps: update renovate docker tag to v41.164.1 (9c03ce9)
  • deps: update renovate docker tag to v41.165.1 (10f7caf)
  • deps: update renovate docker tag to v41.165.2 (870b7be)
  • deps: update renovate docker tag to v41.165.3 (026965a)
  • deps: update renovate docker tag to v41.165.4 (b60902d)
  • deps: update renovate docker tag to v41.165.5 (c08796a)
  • deps: update renovate docker tag to v41.165.6 (1aeb976)
  • deps: update renovate docker tag to v41.167.0 (35c9f7e)
  • deps: update renovate docker tag to v41.167.2 (40e1beb)
  • deps: update renovate docker tag to v41.168.0 (8a94027)
  • deps: update renovate docker tag to v41.168.1 (004b5a3)
  • deps: update renovate docker tag to v41.168.3 (1b58c32)
  • deps: update renovate docker tag to v41.168.4 (5076a2c)
  • deps: update renovate docker tag to v41.168.5 (4c3d3b7)
  • deps: update renovate docker tag to v41.169.1 (de20159)

v43.0.19

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v41.159.4 (71ec32f)
  • update references to renovatebot/github-action to v43.0.18 (218c6f5)
Miscellaneous Chores
  • deps: up

Configuration

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

@github-actions
Copy link

github-actions bot commented Nov 1, 2025

Docker Image Sizes

CPU

Image Size
geti-tune-cpu:pr-4974 2.80G
geti-tune-cpu:sha-47420af 2.80G

GPU

Image Size
geti-tune-gpu:pr-4974 10.61G
geti-tune-gpu:sha-47420af 10.61G

XPU

Image Size
geti-tune-xpu:pr-4974 8.63G
geti-tune-xpu:sha-47420af 8.63G

@github-actions
Copy link

github-actions bot commented Nov 1, 2025

📊 Test coverage report

Metric Coverage
Lines 40.2%
Functions 34.9%
Branches 84.8%
Statements 40.2%

@oep-renovate oep-renovate bot force-pushed the renovate/github-actions branch 5 times, most recently from 329fb35 to 580783a Compare November 10, 2025 02:38
@oep-renovate oep-renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 576f10b to be60997 Compare November 14, 2025 02:36
@oep-renovate oep-renovate bot force-pushed the renovate/github-actions branch from be60997 to 087a77f Compare November 18, 2025 02:36
@oep-renovate oep-renovate bot changed the title Update GitHub Actions chore(deps): update github actions Nov 18, 2025
@oep-renovate oep-renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from 2c83342 to 501fc1e Compare November 25, 2025 02:37
@oep-renovate oep-renovate bot requested a review from a team as a code owner November 25, 2025 02:37
@oep-renovate oep-renovate bot changed the title chore(deps): update github actions Update GitHub Actions Nov 25, 2025
@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!

@oep-renovate oep-renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from 3244d80 to 0f19f34 Compare December 2, 2025 02:38
@oep-renovate oep-renovate bot force-pushed the renovate/github-actions branch from 0f19f34 to bd17abc Compare December 3, 2025 02:37
Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
@oep-renovate oep-renovate bot force-pushed the renovate/github-actions branch from bd17abc to 4867e54 Compare December 4, 2025 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants