Skip to content

chore(deps): bump the github-actions group across 1 directory with 2 updates#28

Merged
ranaroussi merged 1 commit intodevelopfrom
dependabot/github_actions/github-actions-beba5d049a
Apr 1, 2026
Merged

chore(deps): bump the github-actions group across 1 directory with 2 updates#28
ranaroussi merged 1 commit intodevelopfrom
dependabot/github_actions/github-actions-beba5d049a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the github-actions group with 2 updates in the / directory: actions/setup-go and codecov/codecov-action.

Updates actions/setup-go from 6.3.0 to 6.4.0

Release notes

Sourced from actions/setup-go's releases.

v6.4.0

What's Changed

Enhancement

Dependency update

Documentation update

New Contributors

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

Commits

Updates 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the github-actions group with 2 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `actions/setup-go` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@4b73464...4a36011)

Updates `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: actions/setup-go
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

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 Apr 1, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 1, 2026

Greptile Summary

This is a Dependabot PR that bumps two GitHub Actions in all CI/CD workflow files: actions/setup-go from v6.3.0 to v6.4.0 (minor patch, SHA-only change) and codecov/codecov-action from v5.5.2 to v6.0.0 (major version bump). The setup-go update is routine; the codecov bump is a major release that introduces a Node 24 runtime requirement.

  • actions/setup-go bump is safe — minor patch adding a go-download-base-url input and a minimatch security fix; no breaking changes.
  • codecov/codecov-action v6.0.0 ships with Node 24, which the release notes flag as a potential breaking change for runners that don't support it. ubuntu-latest on GitHub-hosted runners should be fine, but this is worth confirming.
  • The inline version comment for codecov/codecov-action in ci.yml still reads # v5 after being bumped to v6.0.0 — Dependabot updated the SHA but not the human-readable tag comment.
  • All SHAs are correctly pinned, consistent with the repo's SHA-pinning policy documented in AGENTS.md.

Confidence Score: 5/5

Safe to merge — only SHA-pinned GitHub Actions version bumps with no code logic changes; all remaining findings are P2 style notes.

All three changed files are GitHub Actions workflow files with straightforward dependency bumps. The setup-go change is a non-breaking minor patch. The codecov major bump has a Node 24 caveat, but GitHub-hosted ubuntu-latest runners support it. The only introduced issue is a stale # v5 comment, which is a cosmetic P2. No P0/P1 findings exist.

.github/workflows/ci.yml — stale version comment on the codecov action line, and the Node 24 note for v6.0.0 is worth a quick sanity check.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Bumps actions/setup-go (SHA only, minor patch) and codecov/codecov-action from v5.5.2 to v6.0.0 (major bump); version comment for codecov is now stale (still reads # v5) and v6.0.0 introduces a Node 24 runtime requirement.
.github/workflows/rc.yml Only bumps actions/setup-go SHA (minor patch v6.3.0 → v6.4.0); no functional changes and no version comment discrepancy introduced here.
.github/workflows/release.yml Only bumps actions/setup-go SHA (minor patch v6.3.0 → v6.4.0); no functional changes and no version comment discrepancy introduced here.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["Dependabot PR #28"] --> B["actions/setup-go\n6.3.0 → 6.4.0\n(minor patch)"]
    A --> C["codecov/codecov-action\n5.5.2 → 6.0.0\n(major bump)"]

    B --> D["ci.yml\nrc.yml\nrelease.yml"]
    C --> E["ci.yml only"]

    D --> F["SHA updated ✓\nComment: # v5 (unchanged, pre-existing)"]
    E --> G["SHA updated ✓\nComment: still # v5 ⚠️ should be # v6"]

    C --> H["⚠️ Node 24 required\nubuntu-latest: supported ✓"]
Loading

Comments Outside Diff (1)

  1. .github/workflows/ci.yml, line 65-70 (link)

    P2 codecov/codecov-action v6.0.0 requires Node 24

    The v6.0.0 release notes include an explicit warning: "⚠️ This version introduces support for node24 which may cause breaking changes for systems that do not currently support node24." The workflow runs on ubuntu-latest, which should be fine on current GitHub-hosted runners, but it is worth verifying that your runner environment supports Node 24 before merging — especially if any self-hosted runners are involved downstream.

    Prompt To Fix With AI
    This is a comment left during a code review.
    Path: .github/workflows/ci.yml
    Line: 65-70
    
    Comment:
    **`codecov/codecov-action` v6.0.0 requires Node 24**
    
    The v6.0.0 release notes include an explicit warning: "⚠️ This version introduces support for node24 which may cause breaking changes for systems that do not currently support node24." The workflow runs on `ubuntu-latest`, which should be fine on current GitHub-hosted runners, but it is worth verifying that your runner environment supports Node 24 before merging — especially if any self-hosted runners are involved downstream.
    
    How can I resolve this? If you propose a fix, please make it concise.
Prompt To Fix All With AI
This is a comment left during a code review.
Path: .github/workflows/ci.yml
Line: 65

Comment:
**Stale version comment after major version bump**

The `codecov/codecov-action` was bumped from v5.5.2 to v6.0.0 in this PR, but the inline version comment was not updated — it still reads `# v5` when it should now be `# v6`. Dependabot updated the SHA correctly but left the human-readable tag comment behind.

```suggestion
        uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
```

How can I resolve this? If you propose a fix, please make it concise.

---

This is a comment left during a code review.
Path: .github/workflows/ci.yml
Line: 65-70

Comment:
**`codecov/codecov-action` v6.0.0 requires Node 24**

The v6.0.0 release notes include an explicit warning: "⚠️ This version introduces support for node24 which may cause breaking changes for systems that do not currently support node24." The workflow runs on `ubuntu-latest`, which should be fine on current GitHub-hosted runners, but it is worth verifying that your runner environment supports Node 24 before merging — especially if any self-hosted runners are involved downstream.

How can I resolve this? If you propose a fix, please make it concise.

Reviews (1): Last reviewed commit: "chore(deps): bump the github-actions gro..." | Re-trigger Greptile


- name: Upload coverage
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Stale version comment after major version bump

The codecov/codecov-action was bumped from v5.5.2 to v6.0.0 in this PR, but the inline version comment was not updated — it still reads # v5 when it should now be # v6. Dependabot updated the SHA correctly but left the human-readable tag comment behind.

Suggested change
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/workflows/ci.yml
Line: 65

Comment:
**Stale version comment after major version bump**

The `codecov/codecov-action` was bumped from v5.5.2 to v6.0.0 in this PR, but the inline version comment was not updated — it still reads `# v5` when it should now be `# v6`. Dependabot updated the SHA correctly but left the human-readable tag comment behind.

```suggestion
        uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
```

How can I resolve this? If you propose a fix, please make it concise.

@ranaroussi ranaroussi merged commit ba35cb0 into develop Apr 1, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-beba5d049a branch April 1, 2026 16:08
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