Skip to content

deps(gh-actions): bump codecov/codecov-action from 5 to 6#131

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/codecov/codecov-action-6
Open

deps(gh-actions): bump codecov/codecov-action from 5 to 6#131
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/codecov/codecov-action-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps codecov/codecov-action from 5 to 6.

Release notes

Sourced from codecov/codecov-action's releases.

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

v5.5.2

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.5.1...v5.5.2

v5.5.1

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (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 [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5...v6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  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 Apr 1, 2026
@dependabot dependabot bot requested a review from adcondev as a code owner April 1, 2026 09:46
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

👋 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 github gh-actions major-update Major version update needs-review Requires manual review labels Apr 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

💥 Major Version Update

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

📦 Update Details

Item Value
Dependency codecov/codecov-action
Ecosystem github_actions
Current Version 5
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
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

⚡ Benchmark Results

📈 Performance Comparison

📊 Click to expand detailed results

Current Branch Results

BenchmarkNewDocument-4    	1000000000	         0.3121 ns/op	       0 B/op	       0 allocs/op
BenchmarkBuildSimple-4    	 3634359	       335.5 ns/op	     240 B/op	       4 allocs/op
BenchmarkBuildComplex-4   	  408015	      2808 ns/op	    1809 B/op	      25 allocs/op
BenchmarkToJSON-4         	  538434	      2108 ns/op	     592 B/op	       3 allocs/op
BenchmarkParseDocument_Minimal-4    	  505849	      2375 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Receipt-4    	   92650	     12762 ns/op	    2392 B/op	      34 allocs/op
BenchmarkCommandUnmarshal_Text-4    	  424968	      2743 ns/op	     568 B/op	      19 allocs/op
BenchmarkCommandUnmarshal_Table-4   	  281470	      4187 ns/op	     944 B/op	      21 allocs/op
BenchmarkTextCommandParsing-4       	  505519	      2149 ns/op	     544 B/op	      16 allocs/op
BenchmarkTableCommandParsing-4      	  244341	      4807 ns/op	    1000 B/op	      29 allocs/op
BenchmarkParseHexString-4           	 7673612	       156.4 ns/op	      48 B/op	       2 allocs/op
BenchmarkCleanHexString-4           	 5586657	       185.2 ns/op	      64 B/op	       2 allocs/op
BenchmarkContainsSequence-4         	295722733	         4.112 ns/op	       0 B/op	       0 allocs/op
BenchmarkCheckCriticalCommands-4    	33442874	        36.85 ns/op	       0 B/op	       0 allocs/op
BenchmarkDocument_Validate-4       	14265637	        82.87 ns/op	       0 B/op	       0 allocs/op
BenchmarkParseDocument_Simple-4    	  494013	      2394 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Complex-4   	  137847	      8500 ns/op	    1352 B/op	      26 allocs/op
BenchmarkPrintImage_Small-4             	     601	   1971723 ns/op	 3469946 B/op	      24 allocs/op
BenchmarkPrintImage_Medium-4            	     322	   3845168 ns/op	 5481090 B/op	      24 allocs/op
BenchmarkPrintImage_ThermalPreview-4    	     139	   8715856 ns/op	 5231185 B/op	  230423 allocs/op

Base Branch Results

BenchmarkNewDocument-4    	1000000000	         0.3120 ns/op	       0 B/op	       0 allocs/op
BenchmarkBuildSimple-4    	 3641248	       327.3 ns/op	     240 B/op	       4 allocs/op
BenchmarkBuildComplex-4   	  423602	      2758 ns/op	    1809 B/op	      25 allocs/op
BenchmarkToJSON-4         	  547822	      2100 ns/op	     592 B/op	       3 allocs/op
BenchmarkParseDocument_Minimal-4    	  504024	      2325 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Receipt-4    	   92390	     12705 ns/op	    2392 B/op	      34 allocs/op
BenchmarkCommandUnmarshal_Text-4    	  421795	      2688 ns/op	     568 B/op	      19 allocs/op
BenchmarkCommandUnmarshal_Table-4   	  271428	      4191 ns/op	     944 B/op	      21 allocs/op
BenchmarkTextCommandParsing-4       	  540596	      2114 ns/op	     544 B/op	      16 allocs/op
BenchmarkTableCommandParsing-4      	  247021	      4802 ns/op	    1000 B/op	      29 allocs/op
BenchmarkParseHexString-4           	 7694413	       156.0 ns/op	      48 B/op	       2 allocs/op
BenchmarkCleanHexString-4           	 6041869	       188.9 ns/op	      64 B/op	       2 allocs/op
BenchmarkContainsSequence-4         	295646986	         4.083 ns/op	       0 B/op	       0 allocs/op
BenchmarkCheckCriticalCommands-4    	33199156	        35.71 ns/op	       0 B/op	       0 allocs/op
BenchmarkDocument_Validate-4       	14433508	        82.71 ns/op	       0 B/op	       0 allocs/op
BenchmarkParseDocument_Simple-4    	  495145	      2427 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Complex-4   	  138788	      8875 ns/op	    1352 B/op	      26 allocs/op
BenchmarkPrintImage_Small-4             	     607	   1952473 ns/op	 3469941 B/op	      24 allocs/op
BenchmarkPrintImage_Medium-4            	     319	   3805015 ns/op	 5481092 B/op	      24 allocs/op
BenchmarkPrintImage_ThermalPreview-4    	     135	   8799189 ns/op	 5231186 B/op	  230423 allocs/op

💡 Note: Use benchstat for statistical comparison

🎯 Summary

  • Total Benchmarks: 32
  • Average Speed: 2638039 ns/op
  • Average Memory: 2396769 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