Skip to content

chore(deps): update actions/setup-node action to v6.5.0 - #38

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

chore(deps): update actions/setup-node action to v6.5.0#38
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-setup-node-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 25, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
actions/setup-node action minor v6.4.0v6.5.0

Release Notes

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

v6.5.0

Compare Source

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0


Configuration

📅 Schedule: (UTC)

  • 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 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.

Note

Update actions/setup-node to v6.5.0 in lint and release workflows

Bumps the pinned actions/setup-node commit hash from v6.4.0 to v6.5.0 in lint.yml and release.yml. All three affected job steps (lint, verify, publish) are updated; no inputs or other steps change.

Macroscope summarized ec95f54.

@greptile-apps

greptile-apps Bot commented Jun 25, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@changeset-bot

changeset-bot Bot commented Jun 25, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 501d17c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@wave-bugbot

wave-bugbot Bot commented Jun 25, 2026

Copy link
Copy Markdown

🌊 WAVE BugBot — 6 finding(s)

🔴 5 · 🟡 1

  • 🔴 P0 .github/workflows/publish.yml:16 CWE-825Unpinned action tag (@v1 vs commit SHA)
    The 'actions/setup-node' action is using a version tag (@v6) instead of a specific commit SHA. This can lead to unexpected behavior if the action's code changes
  • 🔴 P0 .github/workflows/publish.yml:16 CWE-798Secret echoed to logs
    The 'NODE_AUTH_TOKEN' environment variable is being used in a command that will be logged. This could potentially leak the token if the log is not properly secu
  • 🔴 P0 .github/workflows/publish.yml:16 CWE-269Unpinned action tag
    The action tag is pinned to a specific version (v6), but it's recommended to use a commit SHA for more control and security.
  • 🔴 P0 .github/workflows/publish.yml:16 CWE-840Potential money path issue due to version update
    Updating the actions/setup-node action from v4 to v6 might introduce a money path vulnerability if not properly managed. Ensure that any money-related operation
  • 🔴 P0 .github/workflows/publish.yml:16 CWE-312Secret token in environment variable
    The NODE_AUTH_TOKEN is being used directly from the environment, which could potentially leak if not properly secured.
  • 🟡 P2 .github/workflows/publish.yml:16Unpinned action tag
    The action tag is unpinned (e.g., @v6 instead of a specific commit SHA). This can lead to unexpected behavior if the action's default branch changes.

severity: critical · major · minor · info — local review · $0 inference · wave-dispatch · react 👍/👎 to tune

@renovate
renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 4 times, most recently from f608606 to d779ab3 Compare July 2, 2026 15:25
@renovate renovate Bot changed the title chore(deps): update actions/setup-node action to v6 chore(deps): update actions/setup-node action to v6.5.0 Jul 18, 2026
@renovate
renovate Bot force-pushed the renovate/actions-setup-node-6.x branch 3 times, most recently from 8e4eb0a to 3161971 Compare July 23, 2026 16:30
@renovate
renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from 3161971 to 3d02dee Compare July 25, 2026 04:12
@renovate
renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from 3d02dee to 501d17c Compare August 1, 2026 23:13

@devin-ai-integration devin-ai-integration 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.

Devin Review found 1 potential issue.

Open in Devin Review

with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔍 Action pin bump applied consistently; SHA/tag pairing unverifiable offline

All three actions/setup-node pins in the repo (.github/workflows/lint.yml:19, .github/workflows/release.yml:81, .github/workflows/release.yml:135) were updated to the same commit SHA with the # v6.5.0 comment, so the mechanical bump is complete — no stale pins remain. The only thing I could not verify from within the repo is that the SHA 249970729cb0ef3589644e2896645e5dc5ba9c38 actually corresponds to the upstream v6.5.0 tag; a reviewer should confirm against the upstream release before merge since the comment is the only trust anchor for the pin.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@renovate
renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from 501d17c to ebcbe69 Compare August 4, 2026 04:02
@macroscopeapp

macroscopeapp Bot commented Aug 4, 2026

Copy link
Copy Markdown

Approvability

Verdict: Needs human review

Unable to check for correctness in ebcbe69. Minor CI dependency update (actions/setup-node v6.4.0 → v6.5.0) with no runtime impact. However, all changed workflow files are owned by wave-av/core-team, and the designated owners should verify and approve changes to their CI configuration.

No code changes detected at ec95f54. Prior analysis still applies.

You can customize Macroscope's approvability policy. Learn more.

@renovate
renovate Bot force-pushed the renovate/actions-setup-node-6.x branch from ebcbe69 to ec95f54 Compare August 4, 2026 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants