Skip to content

chore(deps): update github actions#2092

Open
oep-renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/github-actions
Open

chore(deps): update github actions#2092
oep-renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/github-actions

Conversation

@oep-renovate
Copy link
Copy Markdown
Contributor

@oep-renovate oep-renovate bot commented Apr 1, 2026

This PR contains the following updates:

Package Type Update Change
actions/create-github-app-token action major v2.2.1v3.0.0
actions/dependency-review-action action minor v4.8.3v4.9.0
actions/download-artifact (changelog) action digest 70fc10c3e5f45b
astral-sh/setup-uv action major v7.3.1v8.0.0
codecov/codecov-action action major v5.5.2v6.0.0
dtolnay/rust-toolchain action digest efa25f73c5f7ea
github/codeql-action action minor v4.32.5v4.35.1
open-edge-platform/geti-ci action digest 9b1ef60e80098b
renovatebot/github-action action patch v46.1.3v46.1.7
step-security/harden-runner action minor v2.15.0v2.16.1

Release Notes

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

v3.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
  • Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner.

v2.2.2

Compare Source

Bug Fixes
actions/dependency-review-action (actions/dependency-review-action)

v4.9.0: Dependency Review Action 4.9.0

Compare Source

This feature release contains a couple of notable changes:

  • There is a new configuration option show_patched_versions which will add a column to the output, showing the fix version of each vulnerable dependency. Thanks @​felickz!
  • Runs which do not display OpenSSF scorecards no longer fetch scorecard information; previously it was fetched regardless of whether or not it was displayed, causing unneccessary slowness. Great catch @​jantiebot!
  • There are a couple of fixes to purl parsing which should improve match accuracy for allow-package-dependency lists, including case (in)sensitivity and url-encoded namespaces Thanks @​juxtin!

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.8.3...v4.9.0

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

v8.0.0: 🌈 Immutable releases and secure tags

Compare Source

This is the first immutable release of setup-uv 🥳

All future releases are also immutable, if you want to know more about what this means checkout the docs.

This release also has two breaking changes

New format for manifest-file

The previously deprecated way of defining a custom version manifest to control which uv versions are available and where to download them from got removed. The functionality is still there but you have to use the new format.

No more major and minor tags

To increase security even more we will stop publishing minor tags. You won't be able to use @v8 or @v8.0 any longer. We do this because pinning to major releases opens up users to supply chain attacks like what happened to tj-actions.

[!TIP]
Use the immutable tag as a version astral-sh/setup-uv@v8.0.0
Or even better the githash astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57

🚨 Breaking changes
🧰 Maintenance

v7.6.0: 🌈 Fetch uv from Astral's mirror by default

Compare Source

Changes

We now default to download uv from releases.astral.sh.
This means by default we don't hit the GitHub API at all and shouldn't see any rate limits and timeouts any more.

🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates

v7.5.0: 🌈 Use astral-sh/versions as version provider

Compare Source

No more rate-limits

This release addresses a long-standing source of timeouts and rate-limit failures in setup-uv.

Previously, the action resolved version identifiers like 0.5.x by iterating over available uv releases via the GitHub API to find the best match. In contrast, latest and exact versions such as 0.5.0 skipped version resolution entirely and downloaded uv directly.

The manifest-file input was an earlier attempt to improve this. It allows providing an url to a file that lists available versions, checksums, and even custom download URLs. The action also shipped with such a manifest.
However, because that bundled file could become outdated whenever new uv releases were published, the action still had to fall back to the GitHub API in many cases.

This release solves the problem by sourcing version data from Astral’s versions repository via the raw content endpoint:

https://raw.githubusercontent.com/astral-sh/versions/refs/heads/main/v1/uv.ndjson

By using the raw endpoint instead of the GitHub API, version resolution no longer depends on API authentication and is much less likely to run into rate limits or timeouts.


[!TIP]
The next section is only interesting for users of the manifest-file input

The manifest-file input lets you override that source with your own URL, for example to test custom uv builds or alternate download locations.

The manifest file must be in NDJSON format, where each line is a JSON object representing a version and its artifacts. For example:

{"version":"0.10.7","artifacts":[{"platform":"x86_64-unknown-linux-gnu","variant":"default","url":"https://example.com/uv-x86_64-unknown-linux-gnu.tar.gz","archive_format":"tar.gz","sha256":"..."}]}
{"version":"0.10.6","artifacts":[{"platform":"x86_64-unknown-linux-gnu","variant":"default","url":"https://example.com/uv-x86_64-unknown-linux-gnu.tar.gz","archive_format":"tar.gz","sha256":"..."}]}

[!WARNING]
The old format still works but is deprecated. A warning will be logged when you use it.

Changes
🚀 Enhancements
📚 Documentation

v7.4.0: 🌈 Add riscv64 architecture support to platform detection

Compare Source

Changes

Thank you @​luhenry for adding support for riscv64 arch

🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates
codecov/codecov-action (codecov/codecov-action)

v6.0.0

Compare Source

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.4

Compare Source

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

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

v4.35.1

Compare Source

v4.35.0

Compare Source

v4.34.1

Compare Source

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #​3762

v4.34.0

Compare Source

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #​3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #​3584
  • Update default CodeQL bundle version to 2.25.0. #​3585

v4.33.0

Compare Source

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #​3562

    To opt out of this change:

    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
  • Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #​3557

  • The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #​3559

  • Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #​3563

  • Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #​3564

  • A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #​3570

v4.32.6

Compare Source

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

v46.1.7

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.6 (3afa29f)
Miscellaneous Chores
  • deps: update dependency typescript-eslint to v8.57.1 (3a47fac)
  • deps: update node.js to v24.14.1 (28bb013)
Build System
  • deps: lock file maintenance (be2fc08)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.86.1 (8795f0b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.86.2 (9853f69)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.87.0 (f43553b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.87.1 (266e52c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.89.0 (15d8db4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.89.1 (b711f08)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.89.2 (06c1ac0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.89.3 (4509fbc)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.89.4 (8dd874b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.89.5 (908aecf)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.89.6 (1a40ecc)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.89.8 (82662d1)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.91.1 (40328d7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.91.4 (977b086)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.91.5 (398a399)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.91.6 (a416aeb)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.92.1 (8c59289)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.95.0 (5312d97)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.96.0 (6016202)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.98.0 (d4812c2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.99.0 (47f20b6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.99.1 (dadfa2f)

v46.1.6

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.5 (f73dab3)
Miscellaneous Chores
  • deps: update actions/cache action to v5.0.4 (5d78527)
  • deps: update commitlint monorepo to v20.4.4 (797b143)
  • deps: update commitlint monorepo to v20.5.0 (1f1c4d0)
  • deps: update dependency esbuild to v0.27.4 (f5e1677)
  • deps: update dependency lint-staged to v16.3.3 (a40b316)
  • deps: update dependency lint-staged to v16.3.4 (db5bf53)
  • deps: update dependency lint-staged to v16.4.0 (24e6832)
  • deps: update dependency typescript-eslint to v8.57.0 (5c3cd2d)
  • deps: update pnpm to v10.32.0 (f8ce6e7)
  • deps: update pnpm to v10.32.1 (75912db)
Build System
  • deps: lock file maintenance (f21c5d7)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.76.3 (c2bf9c6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.76.4 (85642ee)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.76.5 (5455749)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.77.0 (85690d1)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.77.2 (ac501fb)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.77.3 (0ef243b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.77.7 (c8dff7c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.77.8 (79f4351)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.78.0 (8235b3d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.80.0 (d443207)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.82.0 (a397fd4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.83.0 (c026742)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.83.1 (2efa726)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.84.0 (c7f12c5)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.84.1 (d9cd99e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.84.2 (72d5379)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.85.0 (12252d0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.86.0 (6bf1d8f)

v46.1.5

Compare Source

Documentation
  • remove outdated fine-grained PAT warning (#​1021) (9c61f25)
  • update references to renovatebot/github-action to v46.1.4 (f7e605e)
Miscellaneous Chores
  • deps: update commitlint monorepo to v20.4.3 (2403c09)
  • deps: update dependency @​types/node to v24.11.2 (e2438c9)
  • deps: update dependency @​types/node to v24.12.0 (00eea9f)
  • deps: update dependency conventional-changelog-conventionalcommits to v9.3.0 (55ee45e)
  • deps: update dependency lint-staged to v16.3.2 (e0ccd91)
  • deps: update dependency prettier-plugin-packagejson to v3.0.2 (84bfed6)
  • deps: update linters to v9.39.4 (dc36863)
  • deps: update pnpm to v10.31.0 (9774209)
  • deps: update pnpm/action-setup action to v4.3.0 (f3be4c6)
  • deps: update pnpm/action-setup action to v4.4.0 (7a6507f)
Build System
  • deps: lock file maintenance (554d97c)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.59.5 (5a00506)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.59.6 (1ff5666)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.60.0 (ee1a795)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.60.4 (dd7c09a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.60.5 (efb4999)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.61.0 (033ba4d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.61.4 (225899c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.61.5 (1b45bba)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.61.6 (8a5c110)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.61.7 (a355aba)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.62.0 (b4e7747)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.63.0 (8123aa4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.64.2 (bc67bcf)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.64.3 (4c15565)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.64.4 (e7aeb3d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.64.5 (2e3e42c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.65.0 (58ee54b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.66.0 (d92e861)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.66.2 (04b1620)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.66.3 (b1544a4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.66.4 (0e06b5c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.66.5 (763c93e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.70.0 (9d94955)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.71.0 (766127d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.72.0 (b1d82d8)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.73.1 (664826b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.73.2 (50658c7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.74.0 (14de895)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.75.0 (a390e5c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.76.0 (9ee6f9b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.76.1 (1eae479)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.76.2 (8f8044e)

v46.1.4

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.3 (c2d0816)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (00ae3b2)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.47.0 (d6044f6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.48.2 (0c2120b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.48.3 (87c11e9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.48.4 (bc79127)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.49.0 (e0ff889)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.50.0 (82e724d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.51.0 (0784fa3)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.51.1 (f005e86)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.52.0 (29f1ae6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.52.1 (8b92fc0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.53.0 (9939673)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.54.0 (ea19709)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.55.1 (bfc0ac1)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.55.2 (ab0a774)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.56.0 (5a0686d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.56.1 (f840e29)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.57.0 (633ac37)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.58.0 (9f1d38a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.59.1 (8d49f37)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.59.2 (e792068)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.59.3 (527f1d4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.59.4 (7be708e)
step-security/harden-runner (step-security/harden-runner)

v2.16.1

Compare Source

What's Changed

Enterprise tier: Added support for direct IP addresses in the allow list
Community tier: Migrated Harden Runner telemetry to a new endpoint

Full Changelog: step-security/harden-runner@v2.16.0...v2.16.1

v2.16.0

Compare Source

What's Changed
  • Updated action.yml to use node24
  • Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS over HTTPS (DoH) by proxying DNS queries through a permitted resolver, allowing data exfiltration even with a restrictive allowed-endpoints list. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-46g3-37rh-v698 for details.
  • Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS queries over TCP to external resolvers, allowing outbound network communication that evades configured network restrictions. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-g699-3x6g-wm3g for details.

Full Changelog: step-security/harden-runner@v2.15.1...v2.16.0

v2.15.1

Compare Source

What's Changed
  • Fixes #​642 bug due to which post step was failing on Windows ARM runners
  • Updates npm packages

Full Changelog: step-security/harden-runner@v2.15.0...v2.15.1


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 April 1, 2026 03:11
@codecov-commenter
Copy link
Copy Markdown

⚠️ 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