Skip to content

Update GitHub Actions (release/v0.5) (major) - abandoned#859

Closed
renovate-rancher[bot] wants to merge 1 commit into
release/v0.5from
renovate/release/v0.5-major-github-actions
Closed

Update GitHub Actions (release/v0.5) (major) - abandoned#859
renovate-rancher[bot] wants to merge 1 commit into
release/v0.5from
renovate/release/v0.5-major-github-actions

Conversation

@renovate-rancher
Copy link
Copy Markdown
Contributor

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

This PR contains the following updates:

Package Type Update Change Pending
actions/checkout action major v4.3.0v6.0.2
actions/checkout action major v4v6
actions/create-github-app-token action major v1v2
actions/download-artifact action major v4.3.0v7.0.0 v8.0.0
actions/setup-go action major v5.5.0v6.2.0 v6.3.0
actions/upload-artifact action major v4.6.2v6.0.0 v7.0.0

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.3.1

Compare Source

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

v2

Compare Source

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

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

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

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

actions/setup-go (actions/setup-go)

v6.2.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

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

v6.1.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

Full Changelog: actions/setup-go@v6...v6.1.0

v6.0.0

Compare Source

What's Changed
Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

Full Changelog: actions/setup-go@v5...v6.0.0

v5.6.0

Compare Source

What's Changed

Full Changelog: actions/setup-go@v5...v5.6.0

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

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

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


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 06:39
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.5-major-github-actions branch from 0e9694e to 060bc23 Compare April 9, 2025 04:37
@renovate-rancher renovate-rancher Bot changed the title Update actions/create-github-app-token action to v2 (release/v0.5) Update GitHub Actions (release/v0.5) (major) Aug 6, 2025
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.5-major-github-actions branch 3 times, most recently from ac77577 to 2e7bb04 Compare August 13, 2025 04:42
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.5-major-github-actions branch from 2e7bb04 to 0fcf52e Compare September 4, 2025 04:38
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.5-major-github-actions branch from 0fcf52e to bb7316c Compare September 13, 2025 04:36
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.5-major-github-actions branch from bb7316c to 9673000 Compare September 25, 2025 04:42
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.5-major-github-actions branch from 9673000 to 62f1e6a Compare October 25, 2025 04:38
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.5-major-github-actions branch 2 times, most recently from 2b2bdd4 to f722615 Compare December 4, 2025 04:45
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.5-major-github-actions branch from f722615 to 1cb4227 Compare December 5, 2025 04:45
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.5-major-github-actions branch 2 times, most recently from 0bab569 to 6f41287 Compare December 20, 2025 04:45
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.5-major-github-actions branch from 6f41287 to e7dc4a1 Compare December 27, 2025 04:48
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.5-major-github-actions branch 2 times, most recently from 4dc3a27 to 84b54db Compare January 27, 2026 04:52
@renovate-rancher renovate-rancher Bot force-pushed the renovate/release/v0.5-major-github-actions branch from 84b54db to 4212194 Compare February 4, 2026 05:05
@renovate-rancher renovate-rancher Bot changed the title Update GitHub Actions (release/v0.5) (major) Update GitHub Actions (release/v0.5) (major) - abandoned Mar 5, 2026
@renovate-rancher
Copy link
Copy Markdown
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@crobby
Copy link
Copy Markdown
Collaborator

crobby commented Mar 5, 2026

Closing: this Renovate PR has been marked abandoned and is no longer relevant.

@crobby crobby closed this Mar 5, 2026
@crobby crobby deleted the renovate/release/v0.5-major-github-actions branch March 5, 2026 15:52
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.

1 participant