Skip to content

chore(deps): update github actions#452

Merged
mgumowsk merged 2 commits into
masterfrom
renovate/github-actions
Dec 9, 2025
Merged

chore(deps): update github actions#452
mgumowsk merged 2 commits into
masterfrom
renovate/github-actions

Conversation

@oep-renovate

@oep-renovate oep-renovate Bot commented Dec 9, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v6.0.0 -> v6.0.1
actions/create-github-app-token action patch v2.2.0 -> v2.2.1
astral-sh/setup-uv action patch v7.1.4 -> v7.1.5
github/codeql-action action patch v4.31.5 -> v4.31.7
open-edge-platform/geti-ci action digest 829f714 -> 6665242
renovatebot/github-action action patch v44.0.4 -> v44.0.5

Release Notes

actions/checkout (actions/checkout)

v6.0.1

Compare Source

What's Changed

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

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

v2.2.1

Compare Source

Bug Fixes
  • deps: bump the production-dependencies group with 2 updates (#​311) (b212e6a)
astral-sh/setup-uv (astral-sh/setup-uv)

v7.1.5: 🌈 allow setting cache-local-path without enable-cache: true

Compare Source

Changes

#​612 fixed a faulty behavior where this action set UV_CACHE_DIR even though enable-cache was false. It also fixed the cases were the cache dir is already configured in a settings file like pyproject.toml or UV_CACHE_DIR was already set. Here the action shouldn't overwrite or set UV_CACHE_DIR.

These fixes introduced an unwanted behavior: You can still set cache-local-path but this action didn't do anything. This release fixes that.

You can now use cache-local-path to automatically set UV_CACHE_DIR even when enable-cache is false (or gets set to false by default e.g. on self-hosted runners)

- name: This is now possible
  uses: astral-sh/setup-uv@v7
  with:
    enable-cache: false
    cache-local-path: "/path/to/cache"
🐛 Bug fixes
🧰 Maintenance
⬆️ Dependency updates
github/codeql-action (github/codeql-action)

v4.31.7

Compare Source

CodeQL Action Changelog

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

4.31.7 - 05 Dec 2025
  • Update default CodeQL bundle version to 2.23.7. #​3343

See the full CHANGELOG.md for more information.

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.

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)

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 requested a review from a team as a code owner December 9, 2025 09:11
@github-actions github-actions Bot added the build Related to build scripts label Dec 9, 2025
@AlexanderBarabanov AlexanderBarabanov added this pull request to the merge queue Dec 9, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Dec 9, 2025
@mgumowsk mgumowsk added this pull request to the merge queue Dec 9, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Dec 9, 2025
@mgumowsk mgumowsk added this pull request to the merge queue Dec 9, 2025
Merged via the queue into master with commit 1e716e3 Dec 9, 2025
27 checks passed
@mgumowsk mgumowsk deleted the renovate/github-actions branch December 9, 2025 11:19
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.

2 participants