Skip to content

chore(deps): update github actions (major)#63420

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/major-github-actions
Nov 3, 2025
Merged

chore(deps): update github actions (major)#63420
renovate[bot] merged 1 commit intomainfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 2, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4 -> v5
actions/checkout action major v4.3.0 -> v5.0.0
actions/download-artifact action major v4.3.0 -> v6.0.0
actions/github-script action major v6 -> v8
actions/github-script action major v7 -> v8
actions/labeler action major v4 -> v6
actions/setup-node action major v4 -> v6
actions/setup-node action major v4.4.0 -> v6.0.0
actions/upload-artifact action major v4 -> v5
actions/upload-artifact action major v4.6.2 -> v5.0.0
pnpm/action-setup action major v3.0.0 -> v4.2.0
tailscale/github-action action major v3 -> v4
ubuntu github-runner major 22.04 -> 24.04

Release Notes

actions/checkout (actions/checkout)

v5

Compare Source

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

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/github-script (actions/github-script)

v8: .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.

New Contributors

Full Changelog: actions/github-script@v7.1.0...v8.0.0

v7

Compare Source

actions/labeler (actions/labeler)

v6

Compare Source

v5

Compare Source

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

v6

Compare Source

v5

Compare Source

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

v5

Compare Source

pnpm/action-setup (pnpm/action-setup)

v4.2.0

Compare Source

When there's a .npmrc file at the root of the repository, pnpm will be fetched from the registry that is specified in that .npmrc file #​179

v4.1.0

Compare Source

Add support for package.yaml #​156.

v4.0.0

Compare Source

An error is thrown if one version of pnpm is specified in the packageManager field of package.json and a different version is specified in the action's settings #​122

tailscale/github-action (tailscale/github-action)

v4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 requested a review from a team November 2, 2025 13:18
@renovate renovate bot added the renovate Only to be used by the bot to label automated PRs from renovate label Nov 2, 2025
@renovate renovate bot enabled auto-merge (squash) November 2, 2025 13:18
@github-actions github-actions bot added the scope: tools/scripts Scripts for supporting dev work, generating config and build artifacts, etc. label Nov 2, 2025
@renovate renovate bot force-pushed the renovate/major-github-actions branch from c3bb1e2 to a75cab8 Compare November 2, 2025 19:48
@renovate renovate bot force-pushed the renovate/major-github-actions branch from a75cab8 to 48259de Compare November 3, 2025 00:08
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedvitest@​3.2.4981007999100

View full report

@renovate renovate bot merged commit c0dc4d5 into main Nov 3, 2025
11 checks passed
@renovate renovate bot deleted the renovate/major-github-actions branch November 3, 2025 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Only to be used by the bot to label automated PRs from renovate scope: tools/scripts Scripts for supporting dev work, generating config and build artifacts, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant