Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 27, 2025

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
codecov/codecov-action action major v5.5.1v6.0.0
crazy-max/ghaction-github-labeler action major v5.3.0v6.0.0
release-drafter/release-drafter action major v6.1.0v7.2.0

Release Notes

actions/cache (actions/cache)

v5

Compare Source

actions/checkout (actions/checkout)

v6

Compare Source

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

v8

Compare Source

v7

Compare Source

v6

Compare Source

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

v7

Compare Source

v6

Compare Source

v5

Compare Source

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

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

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

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

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
Copy link
Copy Markdown

claude bot commented Nov 11, 2025

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 from 8967292 to 97e27f7 Compare April 9, 2026 17:08
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