Skip to content

chore(deps): update github actions#147

Open
ov-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-actions
Open

chore(deps): update github actions#147
ov-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github-actions

Conversation

@ov-renovate
Copy link
Copy Markdown
Contributor

@ov-renovate ov-renovate Bot commented Jun 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending
actions/create-github-app-token action minor v3.1.1v3.2.0
actions/dependency-review-action action major v4.9.0v5.0.0
actions/download-artifact action major v5.0.0v8.0.1
actions/upload-artifact action major v4.6.2v7.0.1
github/codeql-action action minor v4.35.4v4.36.0
github/codeql-action action minor v4.35.2v4.36.0
open-edge-platform/geti-ci action patch bandit/v0.1.0zizmor/v0.1.2
open-edge-platform/geti-ci action patch zizmor/v0.1.1zizmor/v0.1.2
renovatebot/github-action action patch v46.1.13v46.1.14
renovatebot/renovate minor 43.179.143.195.6 43.207.4 (+33)
trufflesecurity/trufflehog action patch v3.95.2v3.95.3

Release Notes

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

v3.2.0

Compare Source

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

v5.0.0: 5.0.0

Compare Source

This is a new major version of the Dependency Review Action which updates the runtime to node24. This requires a minimum Actions Runner version v2.327.1 to run.

What's Changed

New Contributors

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

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

v8.0.1

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

v8.0.0

Compare Source

v8 - What's new

[!IMPORTANT]
actions/download-artifact@​v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT]
Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @​actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v8

Compare Source

v7.0.0

Compare Source

v7 - What's new

[!IMPORTANT]
actions/download-artifact@​v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed
New Contributors

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

v7

Compare Source

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

v6

Compare Source

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

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new
Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v7

Compare Source

v6.0.0

Compare Source

v6 - What's new

[!IMPORTANT]
actions/upload-artifact@​v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

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

v6

Compare Source

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

v5

Compare Source

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

v4.36.0

Compare Source

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #​3894
  • Add support for SHA-256 Git object IDs. #​3893
  • Update default CodeQL bundle version to 2.25.5. #​3926

v4.35.5

Compare Source

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #​3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #​3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #​3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #​3880
open-edge-platform/geti-ci (open-edge-platform/geti-ci)

vzizmor/v0.1.2

Compare Source

vzizmor/v0.1.1

Compare Source

vbandit/v0.1.1

Compare Source

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

v46.1.14

Compare Source

Documentation
  • Revise Fine-grained Personal Access Tokens section (#​1030) (fef7882)
  • set RENOVATE_PLATFORM_COMMIT to enabled (#​1029) (9d07dfa)
  • update references to renovatebot/github-action to v46.1.13 (9a41b99)
Miscellaneous Chores
  • cleanup (8abcd0e)
  • deps: update commitlint monorepo to v20.5.3 (a4e124d)
  • deps: update dependency globals to v17.6.0 (d5ca6d4)
  • deps: update dependency typescript-eslint to v8.59.1 (1dd2319)
  • enable pnpm minimumReleaseAge (00a8327)
Build System
  • deps: lock file maintenance (f6821a2)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.160.7 (1189f69)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.162.0 (43d0a48)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.163.0 (61a1654)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.163.1 (4226876)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.163.2 (b3318e0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.163.4 (09fe3e9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.164.0 (5736585)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.164.1 (8b164cc)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.164.2 (44728cc)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.165.0 (bde1da1)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.166.0 (#​1031) (4b957d1)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.166.2 (499cfeb)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.166.3 (fe8a943)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.167.0 (f8ca6db)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.168.4 (2e15d66)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.168.5 (a87ee3d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.168.6 (683e7dd)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.169.0 (f6166e7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.169.4 (f1f81f9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.0 (5473f54)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.12 (b47aa13)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.13 (7e8834d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.14 (9b5f9e6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.15 (98631e8)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.16 (ab997a9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.17 (24a51e0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.18 (f82d2cd)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.19 (3d684f2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.20 (d7afc6b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.3 (306f0c9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.8 (f0eea19)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.9 (f3af74e)
renovatebot/renovate (renovatebot/renovate)

v43.195.6

Compare Source

Miscellaneous Chores
  • deps: update dependency protobufjs@​8.0.1 to v8.4.0 (main) (#​43588) (1f04d59)
Build System

v43.195.5

Compare Source

Miscellaneous Chores
  • deps: update dependency oxlint-tsgolint to v0.23.0 (main) (#​43585) (1be6bbb)
Build System

v43.195.4

Compare Source

Build System

v43.195.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.51.3 (main) (#​43583) (9ac8eed)
Documentation
Miscellaneous Chores

v43.195.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.51.2 (main) (#​43578) (3f15d2d)
Documentation
Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v4.6.34 (main) (#​43557) (c076e06)
  • deps: update containerbase/internal-tools action to v4.6.35 (main) (#​43577) (395df6a)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v14.10.17 (main) (#​43574) (012ca22)

v43.195.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.51.1 (main) (#​43568) (76cd112)
Miscellaneous Chores

v43.195.0

Compare Source

Features
Miscellaneous Chores
Tests

v43.194.0

Compare Source

Features

v43.193.0

Compare Source

Features
  • pip-compile: support --constraint alias and --overrides for uv (#​43485) (934c01d)
Documentation
Miscellaneous Chores
  • deps: update github/codeql-action action to v4.36.0 (main) (#​43541) (ba8c1f7)

v43.192.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.51.0 (main) (#​43525) (cb2faa8)

v43.191.3

Compare Source

Documentation
Miscellaneous Chores
Code Refactoring
Build System

v43.191.2

Compare Source

Miscellaneous Chores
Build System

v43.191.1

Compare Source

Bug Fixes
  • datasource/rust-version: skip blank lines in manifests.txt (#​43499) (6ad2cfc)

v43.191.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.50.0 (main) (#​43507) (0e804c3)
Miscellaneous Chores

v43.190.1

Compare Source

Miscellaneous Chores
  • deps: update dependency protobufjs@​8.0.1 to v8.3.0 (main) (#​43496) (a1b59a4)
Build System

v43.190.0

Compare Source

Features

v43.189.0

Compare Source

Features
Bug Fixes
  • config/validation: validate cacheTtlOverride keys are valid namespaces (#​43478) (321965a)
Miscellaneous Chores
  • deps: update ghcr.io/zizmorcore/zizmor docker tag to v1.25.2 (main) (#​43361) (4929140)

v43.188.1

Compare Source

Performance Improvements
  • workers/repository: log reconfigure branch cache at TRACE (#​43487) (219f4e9)

v43.188.0

Compare Source

Features

v43.187.0

Compare Source

Features

v43.186.8

Compare Source

Build System

v43.186.7

Compare Source

Miscellaneous Chores
  • deps: update dependency protobufjs@​8.0.1 to v8.2.1 (main) (#​43476) (ccce0f6)
Build System

v43.186.6

Compare Source

Build System
  • deps: update opentelemetry-js monorepo to v0.218.0 (main) (#​43473) (a7bba97)

v43.186.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.49.3 (main) (#​43471) (c6304b7)

v43.186.4

Compare Source

Bug Fixes

v43.186.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.49.2 (main) (#​43469) (535ee81)

v43.186.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.49.1 (main) (#​43468) (4baca60)
Build System

v43.186.1

Compare Source

Build System

v43.186.0

Compare Source

Features
Bug Fixes
  • config/validation: skip validation for templated presets (#​43453) (b720cad)
Documentation
Code Refactoring
Continuous Integration

v43.185.1

Compare Source

Bug Fixes
Documentation
  • manager/mise: note when short tool name is no longer supported (#​43421) (638c884)
Miscellaneous Chores
Build System

v43.185.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.49.0 (main) (#​43446) (6882582)
Miscellaneous Chores

[v43.184.0](https://redirect.github.com/renovatebot/renovat

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • On day 1 and 15 of the month (* * 1,15 * *)
  • 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 Mend Renovate.

@ov-renovate ov-renovate Bot requested review from a team as code owners June 1, 2026 03:26
Signed-off-by: ov-renovate[bot] <282877822+ov-renovate[bot]@users.noreply.github.com>
@ov-renovate ov-renovate Bot force-pushed the renovate/github-actions branch from acb86e6 to 86d53fc Compare June 2, 2026 03:25
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.

0 participants