Skip to content

Conversation

@renovate-rancher
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented Apr 4, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4.3.0 -> v5.0.0
actions/checkout action major v4 -> v5
actions/create-github-app-token action major v1 -> v2
actions/download-artifact action major v4.3.0 -> v5.0.0

Release Notes

actions/checkout (actions/checkout)

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

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

v2

Compare Source

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

v5.0.0

Compare Source

What's Changed
v5.0.0
🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

Previously, single artifact downloads behaved differently depending on how you specified the artifact:

  • By name: name: my-artifact → extracted to path/ (direct)
  • By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested)

Now both methods are consistent:

  • By name: name: my-artifact → extracted to path/ (unchanged)
  • By ID: artifact-ids: 12345 → extracted to path/ (fixed - now direct)
Migration Guide
✅ No Action Needed If:
  • You download artifacts by name
  • You download multiple artifacts by ID
  • You already use merge-multiple: true as a workaround
⚠️ Action Required If:

You download single artifacts by ID and your workflows expect the nested directory structure.

Before v5 (nested structure):

- uses: actions/download-artifact@v4
  with:
    artifact-ids: 12345
    path: dist

##### Files were in: dist/my-artifact/

Where my-artifact is the name of the artifact you previously uploaded

To maintain old behavior (if needed):

- uses: actions/download-artifact@v5
  with:
    artifact-ids: 12345
    path: dist/my-artifact  # Explicitly specify the nested path
New Contributors

Full Changelog: actions/download-artifact@v4...v5.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate-rancher renovate-rancher bot added the dependencies Pull requests that update a dependency file label Apr 4, 2025
@renovate-rancher renovate-rancher bot requested a review from a team as a code owner April 4, 2025 04:37
@renovate-rancher renovate-rancher bot changed the title Update actions/create-github-app-token action to v2 (main) Update GitHub Actions (main) (major) Aug 6, 2025
@renovate-rancher renovate-rancher bot force-pushed the renovate/main-major-github-actions branch 2 times, most recently from 216763e to b59ad22 Compare August 12, 2025 04:40
@renovate-rancher renovate-rancher bot force-pushed the renovate/main-major-github-actions branch from b59ad22 to 74e5f7f Compare August 13, 2025 04:40
@crobby crobby merged commit e929522 into main Aug 13, 2025
2 checks passed
@renovate-rancher renovate-rancher bot deleted the renovate/main-major-github-actions branch August 14, 2025 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants