Skip to content

chore(deps): bump actions/setup-node from 6.5.0 to 7.0.0#838

Merged
nbbeeken merged 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-7
Jul 27, 2026
Merged

chore(deps): bump actions/setup-node from 6.5.0 to 7.0.0#838
nbbeeken merged 1 commit into
mainfrom
dependabot/github_actions/actions/setup-node-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-node from 6.5.0 to 7.0.0.

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

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

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github-actions labels Jul 26, 2026
Comment thread .github/workflows/update-cidrs.yaml Outdated

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

@semgrep-code-mongodb semgrep-code-mongodb Bot Jul 26, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608.

🧹 Fixed in commit 784b3c3 🧹

Comment thread .github/workflows/publish-packages.yaml Outdated

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

@semgrep-code-mongodb semgrep-code-mongodb Bot Jul 26, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608.

🥳 Fixed in commit 784b3c3 🥳

Comment thread .github/workflows/check-test.yaml Outdated

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

@semgrep-code-mongodb semgrep-code-mongodb Bot Jul 26, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608.

Fixed in commit 784b3c3

Comment thread .github/workflows/check-test.yaml Outdated

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

@semgrep-code-mongodb semgrep-code-mongodb Bot Jul 26, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608.

🌟 Fixed in commit 784b3c3 🌟

Comment thread .github/workflows/bump-packages.yaml Outdated

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

@semgrep-code-mongodb semgrep-code-mongodb Bot Jul 26, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

GitHub Actions step uses a mutable tag or branch reference. Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks — as seen in the trivy-action and kics-github-action compromises. Pin the reference to a full 40-character commit SHA instead, e.g. uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608.

🌟 Fixed in commit 784b3c3 🌟

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.5.0 to 7.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@2499707...8207627)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump actions/setup-node from 6 to 7 chore(deps): bump actions/setup-node from 6.5.0 to 7.0.0 Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/setup-node-7 branch from 627a481 to 784b3c3 Compare July 27, 2026 12:33
@nbbeeken
nbbeeken merged commit aa11837 into main Jul 27, 2026
19 checks passed
@nbbeeken
nbbeeken deleted the dependabot/github_actions/actions/setup-node-7 branch July 27, 2026 13:59
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 github-actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant