build(deps): bump actions/setup-node from 6.3.0 to 7.0.0 - #4958
build(deps): bump actions/setup-node from 6.3.0 to 7.0.0#4958dependabot[bot] wants to merge 1 commit into
Conversation
|
By approving this PR, you are confirming that you have adequately and effectively reviewed this change. Searchable Hashes
The above information was added by dependabot-augmentor. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates GitHub Actions workflows to use a newer pinned revision of actions/setup-node, standardizing Node setup across CI, releases, and auxiliary workflows.
Changes:
- Bumped
actions/setup-nodefrom v6.x pinned SHAs to a v7.0.0 pinned SHA across multiple workflows. - Standardized the
actions/setup-nodepin to the same commit digest in all affected workflows.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/sync-figma-variables.yml | Updates Node setup action pin to the new v7.0.0 SHA for the Figma sync job. |
| .github/workflows/release.yml | Updates Node setup action pin to v7.0.0 SHA across all release-related jobs. |
| .github/workflows/pr.yml | Updates Node setup action pin to v7.0.0 SHA for PR validation jobs. |
| .github/workflows/main.yml | Updates Node setup action pin to v7.0.0 SHA for main CI jobs. |
| .github/workflows/dev-release.yml | Updates Node setup action pin to v7.0.0 SHA for dev release publishing. |
| .github/workflows/backpack-adoption-guard-release.yml | Updates Node setup action pin to v7.0.0 SHA for adoption guard release jobs. |
| .github/workflows/_build.yml | Updates Node setup action pin to v7.0.0 SHA across reusable build jobs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 | ||
| with: | ||
| node-version-file: ".nvmrc" | ||
| cache: 'pnpm' |
| - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 | ||
| with: | ||
| node-version-file: '.nvmrc' | ||
| cache: 'pnpm' |
| - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 | ||
|
|
||
| - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | ||
| - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 |
| - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 | ||
|
|
||
| - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | ||
| - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 |
|
Dependabot (@dependabot) rebase |
9b0b401 to
22df3f5
Compare
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6.3.0...8207627) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
22df3f5 to
77bab84
Compare
Bumps actions/setup-node from 6.3.0 to 7.0.0.
Release notes
Sourced from actions/setup-node's releases.
Commits
8207627Migrate to ESM and upgrade dependencies (#1574)04be95cAdd cache-primary-key and cache-matched-key as outputs (#1577)7c2c68ddocs: Update caching recommendations to mitigate cache poisoning risks (#1567)6a61c03Merge pull request #1569 from jasongin/update-actions-cache-5.1.030eb73bResolve high-severity audit issues4e1a87aUpdate dist360237fStrict equality4f8aac5Bump@actions/cacheto 5.1.0, log cache write deniedf4a67bbOnly usemirrorTokeningetManifestif it's provided (#1548)0355742Remove dummy NODE_AUTH_TOKEN export (#1558)