Skip to content

ci: bump codecov/codecov-action from 5.5.2 to 6.0.0#25

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/codecov/codecov-action-6.0.0
Open

ci: bump codecov/codecov-action from 5.5.2 to 6.0.0#25
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/github_actions/codecov/codecov-action-6.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps codecov/codecov-action from 5.5.2 to 6.0.0.

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

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.5.2 to 6.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@671740a...57e3a13)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2026

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 1, 2026

Greptile Summary

This PR is a routine Dependabot bump of codecov/codecov-action from v5.5.2 to v6.0.0 in the CI workflow. The SHA pin is correctly updated to 57e3a136b779b570ffcdbf80b3bdc90e7fab3de2, which matches the official v6.0.0 release commit.

  • The only change is the action version reference on line 63 of .github/workflows/ci.yml.
  • v6.0.0 introduces node24 support, which the release notes flag as a potential breaking change for environments that do not yet support node24. GitHub-hosted ubuntu-latest runners are regularly updated and should support node24, so no breakage is expected here.
  • The SHA-pinned reference pattern is maintained, which is good security practice.
  • No inputs, outputs, or workflow logic are affected by this bump.

Confidence Score: 5/5

  • Safe to merge — single-line dependency bump with correct SHA pin and no workflow logic changes.
  • The change is a single-line, SHA-pinned action version bump generated by Dependabot. No workflow logic, inputs, or outputs are modified. The node24 requirement introduced in v6.0.0 is not a concern on GitHub-hosted ubuntu-latest runners. All remaining observations are informational only.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Bumps codecov/codecov-action from v5.5.2 (pinned SHA) to v6.0.0 (pinned SHA); single-line change with no other workflow modifications.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Push or PR to develop] --> B[Checkout code]
    B --> C[Set up Go 1.24]
    C --> D[Install dependencies]
    D --> E[Run linters]
    E --> F[Run tests with coverage]
    F --> G{Coverage >= 15%?}
    G -->|Pass| H[Upload coverage]
    G -->|Fail| X[Exit 1 - CI fails]
    H --> I[codecov/codecov-action v6.0.0]
    I --> J[Coverage report on Codecov]
Loading

Reviews (1): Last reviewed commit: "ci: bump codecov/codecov-action from 5.5..." | Re-trigger Greptile

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants