Skip to content

chore(deps): update github-actions-updates (major)#821

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-github-actions-updates
Open

chore(deps): update github-actions-updates (major)#821
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-github-actions-updates

Conversation

@renovate

@renovate renovate Bot commented Oct 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/cache action major v4v5
actions/checkout action major v5v6
actions/download-artifact action major v5v8
actions/upload-artifact action major v4v7
astral-sh/setup-uv action major v7v8.2.0
codecov/codecov-action action major v5.5.1v7.0.0
crazy-max/ghaction-github-labeler action major v5.3.0v6.0.0
release-drafter/release-drafter action major v6.1.0v7.3.1

Release Notes

actions/cache (actions/cache)

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

v5.0.3

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v5

Compare Source

actions/checkout (actions/checkout)

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

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
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 false.

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

Compare Source

v5.0.0

Compare Source

v5

Compare Source

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

v8.2.0

Compare Source

v8.1.0: 🌈 New input no-project

Compare Source

Changes

This add the a new boolean input no-project.
It only makes sense to use in combination with activate-environment: true and will append --no project to the uv venv call. This is for example useful if you have a pyproject.toml file with parts unparseable by uv

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

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

v7.0.0

Compare Source

v7

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

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

v6

Compare Source

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

v5.5.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

crazy-max/ghaction-github-labeler (crazy-max/ghaction-github-labeler)

v6.0.0

Compare Source

Full Changelog: crazy-max/ghaction-github-labeler@v5.3.0...v6.0.0

v6

Compare Source

release-drafter/release-drafter (release-drafter/release-drafter)

v7.3.1

Compare Source

What's Changed

Bug Fixes

Maintenance

Dependency Updates

8 changes

Full Changelog: release-drafter/release-drafter@v7.3.0...v7.3.1

v7.3.0

Compare Source

What's Changed
New
  • feat: recover recently merged PRs missed by associated PRs lag (#​1604) @​jetersen
  • feat: switch release discovery to ref comparison and explicit missing-baseline warnings (#​1570) @​jetersen
Bug Fixes
Maintenance
Dependency Updates

Full Changelog: release-drafter/release-drafter@v7.2.1...v7.3.0

v7.2.1

Compare Source

What's Changed

Bug Fixes

Maintenance

Full Changelog: release-drafter/release-drafter@v7.2.0...v7.2.1

v7.2.0

Compare Source

What's Changed

New

Bug Fixes

Maintenance

Documentation

Dependency Updates

Full Changelog: release-drafter/release-drafter@v7.1.1...v7.2.0

v7.1.1

Compare Source

What's Changed

Bug Fixes

Full Changelog: release-drafter/release-drafter@v7.1.0...v7.1.1

v7.1.0

Compare Source

What's Changed

New

Bug Fixes

Maintenance

Documentation

Full Changelog: release-drafter/release-drafter@v7.0.0...v7.1.0

v7.0.0

Compare Source

What's Changed
Breaking
Bug Fixes
Maintenance
Documentation
Other changes
Dependency Updates

Full Changelog: release-drafter/release-drafter@v6.4.0...v7.0.0

v7

Compare Source

v6.4.0

Compare Source

What's Changed

New

Maintenance

Full Changelog: release-drafter/release-drafter@v6.3.0...v6.4.0

v6.3.0

Compare Source

What's Changed

New

Maintenance

Dependency Updates

8 changes

Full Changelog: release-drafter/release-drafter@v6.2.0...v6.3.0

v6.2.0

Compare Source

What's Changed

New

Maintenance

Documentation

Full Changelog: release-drafter/release-drafter@v6.1.1...v6.2.0

v6.1.1

Compare Source

What's Changed

Bug Fixes

Documentation

Full Changelog: release-drafter/release-drafter@v6.1.0...v6.1.1


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "before 4am on monday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch from 9b48959 to 7bd5d2a Compare November 11, 2025 01:41
@claude

claude Bot commented Nov 11, 2025

Copy link
Copy Markdown

Security & Bug Review

I've reviewed this PR and found no security vulnerabilities or bugs in the changes themselves.

Summary

This PR updates GitHub Actions dependencies:

  • actions/upload-artifact: v4 → v5
  • actions/download-artifact: v5 → v6

Analysis

✅ No Security Issues Found

  • These are official GitHub Actions with verified provenance
  • Updates are handled by Renovate bot with proper version pinning
  • No credential exposure or permission escalation

✅ No Bugs Detected

  • All artifact upload/download operations maintain consistent naming (dist, docs, coverage-data-*)
  • The merge-multiple: true parameter in download-artifact (line 118 of tests.yml) is compatible with v6
  • Artifact retention and path configurations remain unchanged
  • Jobs dependencies (needs: tests, needs: release) are unaffected

⚠️ Compatibility Note
The major version bumps suggest potential breaking changes. The most common breaking change in artifact actions is the backend storage format, but this typically doesn't affect workflows using matching upload/download versions. Since both actions are updated together, cross-version compatibility is maintained.

Recommendation: ✅ Safe to merge after CI passes. Monitor the first workflow run to confirm artifact upload/download operations succeed.

@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch from 7bd5d2a to 451bf70 Compare November 20, 2025 18:30
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch 2 times, most recently from 64ff1c4 to f5d3f00 Compare December 12, 2025 21:35
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch from f5d3f00 to 8721208 Compare December 31, 2025 14:01
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch from 8721208 to defe234 Compare February 2, 2026 19:11
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch 2 times, most recently from 7c8c47d to b628f89 Compare March 2, 2026 02:15
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch 3 times, most recently from 9b8c52c to 3a09393 Compare March 18, 2026 21:14
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch from 3a09393 to 8967292 Compare March 26, 2026 17:32
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch 2 times, most recently from 97e27f7 to dd9280e Compare April 16, 2026 15:16
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch 5 times, most recently from 7329a91 to 435997d Compare April 23, 2026 11:42
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch from 435997d to 8acfff7 Compare April 29, 2026 22:57
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch 2 times, most recently from d2ed8f5 to ff6ddb4 Compare May 12, 2026 10:35
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch 2 times, most recently from 16e03ab to c229bd9 Compare May 25, 2026 12:53
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch from c229bd9 to 59ef666 Compare June 3, 2026 15:52
@renovate renovate Bot force-pushed the renovate/major-github-actions-updates branch from 59ef666 to 66f4e53 Compare June 7, 2026 05:04
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