Skip to content

Update actions/setup-node action to v7 - #827

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-setup-node-7.x
Open

Update actions/setup-node action to v7#827
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-setup-node-7.x

Conversation

@renovate

@renovate renovate Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/setup-node action major v6v7

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v7.0.0

Compare Source

What's Changed
Enhancements:
Bug fixes:
Documentation updates:
Dependency update:
New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 as a code owner August 8, 2026 00:04
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

To increment version on merge, please add one of patch (default), minor, or major label to this PR.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c03b21e971

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".


- name: Setup Node
uses: actions/setup-node@v6
uses: actions/setup-node@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep registry auth available before Yarn install

This workflow sets registry-url here but doesn't provide NODE_AUTH_TOKEN until the final npm publish step, after yarn install has already run. The repo is pinned to Yarn Classic (packageManager: yarn@1.22.22), and the setup-node v7 breaking change says registry-url without NODE_AUTH_TOKEN can make legacy Yarn 1.x fail because the generated .npmrc references that env var; this blocks the RC job before lint/tests/build. Move/remove the registry setup for install-only steps or make NODE_AUTH_TOKEN available before the Yarn install.

Useful? React with 👍 / 👎.


- name: Setup Node
uses: actions/setup-node@v6
uses: actions/setup-node@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove registry auth from the design install

This manual design workflow now uses setup-node@v7 with registry-url, then runs Yarn Classic with no NODE_AUTH_TOKEN anywhere in the job. Per the setup-node v7 breaking change, that combination can make legacy Yarn 1.x fail on the generated .npmrc before build-dictionary runs; since this workflow does not publish, dropping registry-url (or setting the token before install) avoids breaking the workflow.

Useful? React with 👍 / 👎.

@renovate
renovate Bot force-pushed the renovate/actions-setup-node-7.x branch 4 times, most recently from 15ce306 to a183dc7 Compare August 10, 2026 16:26
@ice1080

ice1080 commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Not merging yet until the graphite comments are reviewed in more depth

@renovate
renovate Bot force-pushed the renovate/actions-setup-node-7.x branch 13 times, most recently from a4aa875 to deaca6e Compare August 14, 2026 21:17
@renovate
renovate Bot force-pushed the renovate/actions-setup-node-7.x branch 3 times, most recently from 948937f to a0b9c65 Compare August 24, 2026 21:30
@renovate
renovate Bot force-pushed the renovate/actions-setup-node-7.x branch from a0b9c65 to 73e032a Compare August 24, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant