Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/all-actions-e6d3aebae9
Closed

chore(deps): bump the all-actions group across 1 directory with 2 updates#11
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/all-actions-e6d3aebae9

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the all-actions group with 2 updates in the / directory: actions/checkout and codecov/codecov-action.

Updates actions/checkout from 6.0.0 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • 8e8c483 Clarify v6 README (#2328)
  • 033fa0d Add worktree support for persist-credentials includeIf (#2327)
  • c2d88d3 Update all references from v5 and v4 to v6 (#2314)
  • See full diff in compare view

Updates codecov/codecov-action from 5.5.1 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

v5.5.2

What's Changed

New Contributors

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

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

Summary by CodeRabbit

  • Chores
    • Updated CI/CD workflow dependencies to improve build reliability and deployment processes.

…ates

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


Updates `actions/checkout` from 6.0.0 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@1af3b93...de0fac2)

Updates `codecov/codecov-action` from 5.5.1 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@5a10915...57e3a13)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
- dependency-name: codecov/codecov-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-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 9, 2026
@dependabot dependabot bot requested a review from nh13 as a code owner April 9, 2026 07:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 9, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 9, 2026

📝 Walkthrough

Walkthrough

GitHub Actions workflow files updated with pinned action version bumps. actions/checkout upgraded from v6.0.0 to v6.0.2 across both workflows, and codecov/codecov-action upgraded from v5.5.1 to v6.0.0 in the check workflow. No control flow or logic changes applied.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Versions
.github/workflows/check.yml, .github/workflows/publish.yml
Updated actions/checkout pinned commits from v6.0.0 to v6.0.2. Additionally upgraded codecov/codecov-action from v5.5.1 to v6.0.0 in check.yml. No workflow logic or conditionals modified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Versions hop and actions leap,
From old to new, improvements deep,
v6.0.2 and 6.0.0 shine,
Dependencies aligned so fine!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating GitHub Actions dependencies (actions/checkout and codecov/codecov-action) across the workflow files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/all-actions-e6d3aebae9

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.github/workflows/check.yml:
- Line 68: The workflow currently uses the moving runner label "ubuntu-latest"
and the codecov action reference "uses:
codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2"; to make the
job stable, update the job's runs-on to a fixed image (e.g., replace runs-on:
ubuntu-latest with runs-on: ubuntu-24.04) or add an explicit actions/setup-node
step (setup-node@v4) before invoking the codecov action to install Node 24,
ensuring the codecov action has the required Node runtime.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0c9a7946-d8fa-408f-8028-c0097ad92886

📥 Commits

Reviewing files that changed from the base of the PR and between bda26b6 and 4c63201.

📒 Files selected for processing (2)
  • .github/workflows/check.yml
  • .github/workflows/publish.yml

run: cargo llvm-cov nextest --all-features --no-tests=pass --lcov --output-path lcov.info
- name: Upload to Codecov
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

# 1) Enumerate runner labels used across workflows
rg -n 'runs-on:' .github/workflows

# 2) Detect any self-hosted usage that might require explicit runner-version validation
rg -n 'self-hosted' .github/workflows || true

# 3) Show every use of codecov-action for quick version auditing
rg -n 'codecov/codecov-action@' .github/workflows

Repository: fg-labs/refget-rs

Length of output: 530


🌐 Web query:

ubuntu-latest GitHub Actions runner node.js version support 2024 2025

💡 Result:

  • ubuntu-latest is a moving target. GitHub migrates the ubuntu-latest label to the newest stable (GA) Ubuntu runner image over time; when GitHub migrated it to Ubuntu 24.04, the rollout ran Sep 23, 2024 → Oct 30, 2024. [1] (GitHub also documents that -latest labels can change and that you can pin ubuntu-24.04 / ubuntu-22.04 instead.) [2]
  • What Node.js versions are “supported” on the runner image? GitHub’s runner-image policy is to keep “Node.js: 3 latest LTS versions” available on the image (toolcache). [3]
  • What Node.js is actually on ubuntu-latest (Ubuntu 24.04 image today)? On the Ubuntu 24.04 runner image, the default node is Node.js 20.20.2, and the cached tool versions include 20.20.2, 22.22.2, 24.14.1. [4]
  • Separate but important: JavaScript GitHub Actions runtime. GitHub deprecated Node 16 for Actions and began enforcing Node 20 for running JavaScript-based actions on June 3, 2024. [5]

Practical takeaway for 2024–2025 workflows: don’t rely on whatever Node happens to be preinstalled on ubuntu-latest; pin Node with actions/setup-node and/or pin the OS with runs-on: ubuntu-22.04 / ubuntu-24.04 to avoid surprise changes. [2][1]

Sources: [1] GitHub Changelog (2024-09-25) ubuntu-latest migration dates; [2] GitHub Docs runner labels; [3] actions/runner-images policy (“Node.js 3 latest LTS versions”); [4] Ubuntu 24.04 runner image readme (installed + cached Node versions); [5] GitHub Changelog (2024-03-06) Node16→Node20 enforcement.


The self-hosted runner concern does not apply; however, consider pinning the runner OS version for stability.

All workflows use ubuntu-latest (not self-hosted), which currently includes Node.js 24.14.1 in its toolcache, compatible with codecov-action@v6.0.0. However, ubuntu-latest is a moving target that GitHub updates over time; if the label is migrated to a runner image without Node 24 in the future, the action may fail. Consider pinning to ubuntu-24.04 explicitly or adding an explicit actions/setup-node step to guarantee Node 24 availability.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.github/workflows/check.yml at line 68, The workflow currently uses the
moving runner label "ubuntu-latest" and the codecov action reference "uses:
codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2"; to make the
job stable, update the job's runs-on to a fixed image (e.g., replace runs-on:
ubuntu-latest with runs-on: ubuntu-24.04) or add an explicit actions/setup-node
step (setup-node@v4) before invoking the codecov action to install Node 24,
ensuring the codecov action has the required Node runtime.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 14, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 14, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/all-actions-e6d3aebae9 branch April 14, 2026 09:57
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.

0 participants