Skip to content

Bump codecov/codecov-action from 5 to 6#749

Merged
mbevc1 merged 1 commit intomainfrom
dependabot/github_actions/codecov/codecov-action-6
Mar 31, 2026
Merged

Bump codecov/codecov-action from 5 to 6#749
mbevc1 merged 1 commit intomainfrom
dependabot/github_actions/codecov/codecov-action-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 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 dependabot bot added dependencies Pull requests that update a dependency file github-actions labels Mar 31, 2026
@claude
Copy link
Copy Markdown
Contributor

claude bot commented Mar 31, 2026

Claude finished @dependabot[bot]'s task in 45s —— View job


Dependency Upgrade Review: codecov/codecov-action v5 → v6

  • Identify changed dependencies
  • Review breaking changes and release notes
  • Check usage in this repo
  • Summarize risks and recommendations

Change: Single-line update in .github/workflows/test.yml:177codecov/codecov-action@v5@v6

Usage: This action is used in one place only — the Upload coverage reports to Codecov step in test.yml, with no custom inputs or configuration (bare uses: with defaults).

Breaking Changes Analysis

The v6 release notes call out one breaking change:

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

Risk assessment: Low. This repo uses runs-on: ubuntu-latest for all jobs, which resolves to Ubuntu 24.04 with Node.js 20+ — fully compatible with node24 actions. The node24 concern only affects self-hosted runners on very old OS versions (e.g., Ubuntu 18.04, CentOS 7).

What changed in v6

The actual code changes are minimal:

  1. Bumped actions/github-script from 7.0.1 to 8.0.0 (internal dependency)
  2. Updated action runtime to node24

No changes to the action's inputs, outputs, or upload behavior. Since this repo uses codecov-action with zero custom configuration (no with: block), there's nothing that could break from API changes.

Verdict

Safe to merge.

  • Only one usage in the repo, with default configuration
  • All runners are ubuntu-latest (node24-compatible)
  • No input/output API changes in v6
  • The PR has already been approved by @mbevc1

No follow-up actions needed.

@mbevc1
Copy link
Copy Markdown
Contributor

mbevc1 commented Mar 31, 2026

@dependabot rebase

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 force-pushed the dependabot/github_actions/codecov/codecov-action-6 branch from 9b059d8 to 5064b53 Compare March 31, 2026 16:41
@mbevc1 mbevc1 enabled auto-merge (squash) March 31, 2026 16:42
@mbevc1 mbevc1 merged commit 878e912 into main Mar 31, 2026
11 checks passed
@mbevc1 mbevc1 deleted the dependabot/github_actions/codecov/codecov-action-6 branch March 31, 2026 16:47
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