Skip to content

old- chore(deps): update github actions#4

Closed
test-renovate-bot-12345[bot] wants to merge 2 commits intomainfrom
renovate/github-actions
Closed

old- chore(deps): update github actions#4
test-renovate-bot-12345[bot] wants to merge 2 commits intomainfrom
renovate/github-actions

Conversation

@test-renovate-bot-12345
Copy link

@test-renovate-bot-12345 test-renovate-bot-12345 bot commented Feb 13, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
AlexanderDokuchaev/md-dead-link-check action minor v1.2.0v1.3.0
actions/cache (changelog) action digest 9255dc7cdf6c1f
actions/checkout action patch v6.0.1v6.0.2
actions/checkout (changelog) action digest 8e8c483de0fac2
actions/download-artifact action major v7.0.0v8.0.1
actions/download-artifact action major v7v8
actions/setup-node action minor v6.1.0v6.3.0
actions/setup-python (changelog) action digest 83679a8a309ff8
actions/setup-python action minor v6.1.0v6.2.0
actions/stale (changelog) action digest 9971854b5d41d4
actions/upload-artifact action major v6.0.0v7.0.0
actions/upload-artifact action major v6v7
astral-sh/setup-uv action minor v7.1.6v7.4.0
github/codeql-action action minor v4.31.9v4.32.6
j178/prek-action (changelog) action digest 91fd7d70bb87d7
open-edge-platform/geti-ci action digest 3a4b81ecc6fbe8
peter-evans/create-pull-request action minor v8.0.0v8.1.0
renovatebot/github-action action major v44.2.2v46.1.4
step-security/harden-runner action minor v2.14.0v2.15.1

Release Notes

AlexanderDokuchaev/md-dead-link-check (AlexanderDokuchaev/md-dead-link-check)

v1.3.0

Compare Source

  • Fix link parsing when using angle-bracket syntax
  • Drop python3.9 support
  • Use src layout for package
actions/checkout (actions/checkout)

v6.0.2

Compare Source

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

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

v6.3.0

Compare Source

What's Changed
Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:
New Contributors

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

v6.2.0

Compare Source

What's Changed
Documentation
Dependency updates:
New Contributors

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

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

v6.2.0

Compare Source

What's Changed
Dependency Upgrades

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

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

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

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

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

v7.3.1: 🌈 fall back to VERSION_CODENAME when VERSION_ID is not available

Compare Source

Changes

This release adds support for running in containers like debian:testing or debian:unstable

🐛 Bug fixes
🧰 Maintenance
⬆️ Dependency updates

v7.3.0: 🌈 New features and bug fixes for activate-environment

Compare Source

Changes

This release contains a few bug fixes and a new feature for the activate-environment functionality.

🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

v7.2.1: 🌈 update known checksums up to 0.9.28

Compare Source

Changes
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

v7.2.0: 🌈 add outputs python-version and python-cache-hit

Compare Source

Changes

Among some minor typo fixes and quality of life features for developers of actions the main feature of this release are new outputs:

  • python-version: The Python version that was set (same content as existing UV_PYTHON)
  • python-cache-hit: A boolean value to indicate the Python cache entry was found

While implementing this it became clear, that it is easier to handle the Python binaries in a separate cache entry. The added benefit for users is that the "normal" cache containing the dependencies can be used in all runs no matter if these cache the Python binaries or not.

[!NOTE]
This release will invalidate caches that contain the Python binaries. This happens a single time.

🐛 Bug fixes
  • chore: remove stray space from UV_PYTHON_INSTALL_DIR message @​akx (#​720)
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates
github/codeql-action (github/codeql-action)

v4.32.6

Compare Source

v4.32.5

Compare Source

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #​3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #​3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #​3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #​3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #​3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #​3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #​3503, #​3504

v4.32.4

Compare Source

  • Update default CodeQL bundle version to 2.24.2. #​3493
  • Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #​3473
  • When the CodeQL Action is run with debugging enabled in Default Setup and private package registries are configured, the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. #​3486
  • Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. #​3485
  • Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a nightly CodeQL CLI release instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. #​3484

v4.32.3

Compare Source

  • Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #​3466

v4.32.2

Compare Source

v4.32.1

Compare Source

  • A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #​3422
  • Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #​3421

v4.32.0

Compare Source

v4.31.11

Compare Source

  • When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #​3409
  • Improved error handling throughout the CodeQL Action. #​3415
  • Added experimental support for automatically excluding generated files from the analysis. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for some GitHub-managed analyses. #​3318
  • The changelog extracts that are included with releases of the CodeQL Action are now shorter to avoid duplicated information from appearing in Dependabot PRs. #​3403

v4.31.10

Compare Source

CodeQL Action Changelog

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

4.31.10 - 12 Jan 2026
  • Update default CodeQL bundle version to 2.23.9. #​3393

See the full CHANGELOG.md for more information.

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

v8.1.0: Create Pull Request v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v8.0.0...v8.1.0

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

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)

v46.1.3

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.2 (c1919e8)
Miscellaneous Chores
  • deps: update commitlint monorepo to v20.4.2 (33d9930)
  • deps: update dependency rimraf to v6.1.3 (e766d22)
  • deps: update dependency typescript-eslint to v8.56.0 (f9dcda0)
  • deps: update linters to v9.39.3 (ef9b9ba)
  • deps: update node.js to v24.14.0 (b3a0880)
  • deps: update pnpm to v10.30.0 (59ce301)
  • deps: update pnpm to v10.30.1 (e845459)
Build System
  • deps: lock file maintenance (dd48f24)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.31.3 (9491cf2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.31.6 (3922baa)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.31.7 (c0d62e6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.31.9 (4e978b3)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.32.1 (6114872)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.33.1 (86fceaf)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.35.0 (d3a54e6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.35.1 (cda9844)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.36.2 (4c8e2c8)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.38.0 (872efd3)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.38.1 (#​1019) (900671c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.39.2 (817380b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.40.0 (f2dac01)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.40.2 (bce9221)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.43.0 (f958e7f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.43.2 (93ae713)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.43.3 (425dcb0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.46.0 (ab1321e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.46.1 (d980a96)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.46.2 (79b889c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.46.3 (98559e2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.46.5 (05b9a1e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.46.6 (e2f421a)

v46.1.2

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.1 (bf2591a)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (6197b28)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.15.2 (6c531ac)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.15.3 (e4db07f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.16.0 (dae8968)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.17.1 (01bec16)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.18.0 (30300b2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.19.0 (9fad834)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.19.2 (a57ccc4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.23.0 (1dc2f66)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.24.0 (9b2fdf5)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.24.1 (c8ef6d8)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.24.2 (adb1170)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.25.10 (fd47a40)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.25.11 (c9fc4f3)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.25.2 (ea9ae42)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.25.6 (e00d40c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.25.7 (f547592)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.25.8 (54bb8d4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.26.0 (577731a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.26.1 (8b1d0d4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.26.2 (2b3fcc8)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.26.4 (9fcdb6d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.27.0 ([3e7006a](https://redirect.github.com/renovatebot/github-action/commit/3e7006a12fd2f8c95160c3ac609efebdd20c0f5

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: Alexander Barabanov <97449232+AlexanderBarabanov@users.noreply.github.com>
@test-renovate-bot-12345 test-renovate-bot-12345 bot force-pushed the renovate/github-actions branch 5 times, most recently from 0cc733a to ac28504 Compare February 21, 2026 04:10
@test-renovate-bot-12345 test-renovate-bot-12345 bot force-pushed the renovate/github-actions branch 5 times, most recently from a1c0f0b to a59b6af Compare March 2, 2026 04:18
@test-renovate-bot-12345 test-renovate-bot-12345 bot force-pushed the renovate/github-actions branch 5 times, most recently from 897c708 to 6f325f7 Compare March 9, 2026 04:23
@test-renovate-bot-12345 test-renovate-bot-12345 bot force-pushed the renovate/github-actions branch from 6f325f7 to 3bd2615 Compare March 11, 2026 04:15
Signed-off-by: test-renovate-bot-12345[bot] <211697243+test-renovate-bot-12345[bot]@users.noreply.github.com>
@test-renovate-bot-12345
Copy link
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@AlexanderBarabanov AlexanderBarabanov deleted the renovate/github-actions branch March 20, 2026 11:55
@AlexanderBarabanov AlexanderBarabanov changed the title chore(deps): update github actions old- chore(deps): update github actions Mar 20, 2026
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.

1 participant