Skip to content

deps(gh-actions): bump actions/setup-node from 4 to 6#126

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/actions/setup-node-6
Open

deps(gh-actions): bump actions/setup-node from 4 to 6#126
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/actions/setup-node-6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps actions/setup-node from 4 to 6.

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

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

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

... (truncated)

Commits

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 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added auto-merge Auto-merge enabled dependencies github-actions Add or modify workflows labels Feb 20, 2026
@dependabot dependabot bot requested a review from adcondev as a code owner February 20, 2026 22:40
@dependabot dependabot bot added dependencies auto-merge Auto-merge enabled github-actions Add or modify workflows labels Feb 20, 2026
@github-actions
Copy link
Contributor

👋 Thanks for opening this PR, @dependabot[bot]!

Here's what will happen next:

  • 🤖 Automated checks will run
  • 🏷️ Labels will be added automatically
  • 👀 A maintainer will review your changes

Please make sure:

  • ✅ All tests pass
  • 📝 The PR title follows conventional commits
  • 📋 The PR template is filled out completely

@github-actions github-actions bot added major-update Major version update needs-review Requires manual review labels Feb 20, 2026
@github-actions
Copy link
Contributor

💥 Major Version Update

This PR contains a major version update that requires manual review before merging.

📦 Update Details

Item Value
Dependency actions/setup-node
Ecosystem github_actions
Current Version 4
New Version 6
Update Type version-update:semver-major

✅ Review Checklist

🔗 Useful Links


ℹ️ Once reviewed, manually approve and merge this PR.

@github-actions
Copy link
Contributor

⚡ Benchmark Results

📈 Performance Comparison

📊 Click to expand detailed results

Current Branch Results

BenchmarkNewDocument-4    	1000000000	         0.3123 ns/op	       0 B/op	       0 allocs/op
BenchmarkBuildSimple-4    	 3666220	       328.6 ns/op	     240 B/op	       4 allocs/op
BenchmarkBuildComplex-4   	  418530	      2740 ns/op	    1809 B/op	      25 allocs/op
BenchmarkToJSON-4         	  536682	      2093 ns/op	     592 B/op	       3 allocs/op
BenchmarkParseDocument_Minimal-4    	  499826	      2311 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Receipt-4    	   92359	     12837 ns/op	    2392 B/op	      34 allocs/op
BenchmarkCommandUnmarshal_Text-4    	  427309	      2694 ns/op	     568 B/op	      19 allocs/op
BenchmarkCommandUnmarshal_Table-4   	  271542	      4169 ns/op	     944 B/op	      21 allocs/op
BenchmarkTextCommandParsing-4       	  529329	      2162 ns/op	     544 B/op	      16 allocs/op
BenchmarkTableCommandParsing-4      	  221528	      4757 ns/op	    1000 B/op	      29 allocs/op
BenchmarkParseHexString-4           	 7618317	       155.5 ns/op	      48 B/op	       2 allocs/op
BenchmarkCleanHexString-4           	 6516049	       184.1 ns/op	      64 B/op	       2 allocs/op
BenchmarkContainsSequence-4         	295955463	         4.124 ns/op	       0 B/op	       0 allocs/op
BenchmarkCheckCriticalCommands-4    	32606308	        35.75 ns/op	       0 B/op	       0 allocs/op
BenchmarkDocument_Validate-4       	14405041	        82.95 ns/op	       0 B/op	       0 allocs/op
BenchmarkParseDocument_Simple-4    	  499716	      2399 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Complex-4   	  139134	      8613 ns/op	    1352 B/op	      26 allocs/op
BenchmarkPrintImage_Small-4             	     614	   1994294 ns/op	 3469946 B/op	      24 allocs/op
BenchmarkPrintImage_Medium-4            	     327	   3804525 ns/op	 5481084 B/op	      24 allocs/op
BenchmarkPrintImage_ThermalPreview-4    	     136	   8904443 ns/op	 5231183 B/op	  230423 allocs/op

Base Branch Results

BenchmarkNewDocument-4    	1000000000	         0.3113 ns/op	       0 B/op	       0 allocs/op
BenchmarkBuildSimple-4    	 3708513	       328.7 ns/op	     240 B/op	       4 allocs/op
BenchmarkBuildComplex-4   	  426494	      2790 ns/op	    1809 B/op	      25 allocs/op
BenchmarkToJSON-4         	  540855	      2067 ns/op	     592 B/op	       3 allocs/op
BenchmarkParseDocument_Minimal-4    	  500395	      2306 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Receipt-4    	   92229	     12603 ns/op	    2392 B/op	      34 allocs/op
BenchmarkCommandUnmarshal_Text-4    	  422090	      2696 ns/op	     568 B/op	      19 allocs/op
BenchmarkCommandUnmarshal_Table-4   	  274711	      4188 ns/op	     944 B/op	      21 allocs/op
BenchmarkTextCommandParsing-4       	  533227	      2130 ns/op	     544 B/op	      16 allocs/op
BenchmarkTableCommandParsing-4      	  243685	      4791 ns/op	    1000 B/op	      29 allocs/op
BenchmarkParseHexString-4           	 7714839	       155.2 ns/op	      48 B/op	       2 allocs/op
BenchmarkCleanHexString-4           	 6495606	       183.4 ns/op	      64 B/op	       2 allocs/op
BenchmarkContainsSequence-4         	296320586	         4.053 ns/op	       0 B/op	       0 allocs/op
BenchmarkCheckCriticalCommands-4    	33686436	        37.05 ns/op	       0 B/op	       0 allocs/op
BenchmarkDocument_Validate-4       	14408037	        84.23 ns/op	       0 B/op	       0 allocs/op
BenchmarkParseDocument_Simple-4    	  500251	      2383 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Complex-4   	  140152	      8431 ns/op	    1352 B/op	      26 allocs/op
BenchmarkPrintImage_Small-4             	     609	   2055719 ns/op	 3469947 B/op	      24 allocs/op
BenchmarkPrintImage_Medium-4            	     328	   3713360 ns/op	 5481084 B/op	      24 allocs/op
BenchmarkPrintImage_ThermalPreview-4    	     135	   8893790 ns/op	 5231183 B/op	  230423 allocs/op

💡 Note: Use benchstat for statistical comparison

🎯 Summary

  • Total Benchmarks: 32
  • Average Speed: 2661582 ns/op
  • Average Memory: 2396768 B/op
  • Average Allocations: 41077 allocs/op

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge Auto-merge enabled dependencies gh-actions github github-actions Add or modify workflows major-update Major version update needs-review Requires manual review size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants