Skip to content

Build(deps): bump actions/setup-node from 6 to 7 - #2679

Closed
dependabot[bot] wants to merge 3 commits into
db_v4from
dependabot/github_actions/db_v4/actions/setup-node-7
Closed

Build(deps): bump actions/setup-node from 6 to 7#2679
dependabot[bot] wants to merge 3 commits into
db_v4from
dependabot/github_actions/db_v4/actions/setup-node-7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps actions/setup-node from 6 to 7.

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

v6.5.0

What's Changed

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

v6.4.0

What's Changed

Dependency updates:

New Contributors

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

v6.3.0

What's Changed

Enhancements:

... (truncated)

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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v6...v7)

---
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 added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 15, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 33f1548 Previous: 9823ef7 Ratio
lotr_graph/num_edges 4 ns/iter (± 0) 0 ns/iter (± 0) +∞
lotr_graph/num_nodes 6 ns/iter (± 0) 1 ns/iter (± 0) 6
lotr_graph/graph_latest 3 ns/iter (± 0) 0 ns/iter (± 0) +∞
lotr_graph_materialise/materialize 8285827 ns/iter (± 62003) 1564816 ns/iter (± 35303) 5.30
lotr_graph_window_100/num_nodes 15 ns/iter (± 0) 5 ns/iter (± 0) 3
lotr_graph_window_100_materialise/materialize 8138764 ns/iter (± 48865) 1669150 ns/iter (± 10700) 4.88
lotr_graph_window_10/has_node_existing 134 ns/iter (± 9) 62 ns/iter (± 11) 2.16
lotr_graph_window_10_materialise/materialize 3368021 ns/iter (± 37380) 971980 ns/iter (± 4278) 3.47
lotr_graph_subgraph_10pc_materialise/materialize 2107704 ns/iter (± 18231) 334634 ns/iter (± 1287) 6.30
lotr_graph_subgraph_10pc_windowed/has_node_existing 141 ns/iter (± 10) 62 ns/iter (± 14) 2.27
lotr_graph_subgraph_10pc_windowed_materialise/materialize 1298077 ns/iter (± 12822) 230399 ns/iter (± 2617) 5.63
lotr_graph_window_50_layered/num_edges_temporal 143347 ns/iter (± 8293) 70121 ns/iter (± 7586) 2.04
lotr_graph_window_50_layered/has_node_existing 398 ns/iter (± 23) 129 ns/iter (± 12) 3.09
lotr_graph_window_50_layered/graph_latest 85467 ns/iter (± 2126) 36649 ns/iter (± 916) 2.33
lotr_graph_window_50_layered_materialise/materialize 29894507 ns/iter (± 147525) 3488825 ns/iter (± 24948) 8.57
lotr_graph_persistent_window_50_layered/num_edges_temporal 585562 ns/iter (± 9990) 192686 ns/iter (± 1569) 3.04
lotr_graph_persistent_window_50_layered/has_node_existing 416 ns/iter (± 362) 174 ns/iter (± 83) 2.39
lotr_graph_persistent_window_50_layered/graph_latest 130802 ns/iter (± 2008) 57549 ns/iter (± 4809) 2.27
lotr_graph_persistent_window_50_layered_materialise/materialize 51558274 ns/iter (± 257803) 5298035 ns/iter (± 147912) 9.73

This comment was automatically generated by workflow using github-action-benchmark.

@dependabot @github

dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/db_v4/actions/setup-node-7 branch August 2, 2026 16:45
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 Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant