Skip to content

chore(ci): bump the github-actions group with 2 updates#899

Merged
chaliy merged 2 commits intomainfrom
dependabot/github_actions/github-actions-dfc4e252ca
Mar 30, 2026
Merged

chore(ci): bump the github-actions group with 2 updates#899
chaliy merged 2 commits intomainfrom
dependabot/github_actions/github-actions-dfc4e252ca

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the github-actions group with 2 updates: dopplerhq/cli-action and codecov/codecov-action.

Updates dopplerhq/cli-action from 3 to 4

Release notes

Sourced from dopplerhq/cli-action's releases.

v4

What's Changed

New Contributors

Full Changelog: DopplerHQ/cli-action@v3...v4

Commits
  • 5351693 Merge pull request #20 from DopplerHQ/emily/node-upgrade
  • f9b251e Remove npm CI from tests
  • 528822d Bundle dependencies with rollup
  • 1e78773 Merge pull request #19 from DopplerHQ/emily/node-upgrade
  • 1b92109 Add type: module to package.json
  • cceef80 Merge pull request #18 from DopplerHQ/emily/node-upgrade
  • 2909a24 Update readme to reference v4
  • f765566 Merge pull request #17 from DopplerHQ/emily/node-upgrade
  • 8a14925 Update node from v20 to v24
  • 28dc55f Remove node_modules from version control
  • See full diff in compare view

Updates 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 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

Bumps the github-actions group with 2 updates: [dopplerhq/cli-action](https://github.com/dopplerhq/cli-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `dopplerhq/cli-action` from 3 to 4
- [Release notes](https://github.com/dopplerhq/cli-action/releases)
- [Commits](DopplerHQ/cli-action@v3...v4)

Updates `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: dopplerhq/cli-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  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 Mar 30, 2026
@chaliy chaliy requested a review from Copilot March 30, 2026 16:41
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates GitHub Actions used in CI workflows to newer major versions, aligning the repository’s workflows with upstream action releases (notably Node 24-based action runtimes).

Changes:

  • Bump codecov/codecov-action from v5 to v6 in the coverage workflow.
  • Bump dopplerhq/cli-action from v3 to v4 in the CLI binaries publishing workflow.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/coverage.yml Updates Codecov upload step to use codecov/codecov-action@v6.
.github/workflows/cli-binaries.yml Updates Doppler CLI installation step to use dopplerhq/cli-action@v4.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chaliy chaliy merged commit a4e09c8 into main Mar 30, 2026
11 checks passed
@chaliy chaliy deleted the dependabot/github_actions/github-actions-dfc4e252ca branch March 30, 2026 17:36
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.

2 participants