Skip to content

Bump the all-github-actions group with 2 updates#98

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/all-github-actions-73fd8413b9
Open

Bump the all-github-actions group with 2 updates#98
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/all-github-actions-73fd8413b9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all-github-actions group with 2 updates: julia-actions/cache and codecov/codecov-action.

Updates julia-actions/cache from 2 to 3

Release notes

Sourced from julia-actions/cache's releases.

v3.0.0 - Cache on failure (with override)

What's Changed

Breaking Changes

  • Caching will now happen when the job fails, with an override to restore the previous behavior via save-always: false

Changes

Maintenance

New Contributors

Full Changelog: julia-actions/cache@v2.1.0...v3.0.0

v2.1.0 - New outputs cache-paths and cache-key

What's Changed

New features

Maintenance

... (truncated)

Commits
  • 9a93c5f chore: bump @actions/* deps to latest and convert source to ESM (#218)
  • c3e92b0 Bump actions/setup-node from 6.1.0 to 6.3.0 (#211)
  • 2d4cffa Bump brace-expansion from 1.1.12 to 1.1.13 (#217)
  • e882f3e Bump actions/checkout from 6.0.1 to 6.0.2 (#212)
  • 7eb2283 chore: add npm ecosystem to dependabot (#213)
  • 851ab02 Fix pidfile exclusion: split brace expansion into separate globs (#210)
  • e97f6fc Delete pidfiles. Skip Pkg.gc when not saving. Don't delete old caches if no n...
  • 09b9b25 Bump fast-xml-parser from 5.5.6 to 5.5.7 (#208)
  • b56ac81 Add instructions for LLM coding agents (AGENTS.md and CLAUDE.md) (#206)
  • 98ad0c9 Bump fast-xml-parser from 5.4.2 to 5.5.6 (#205)
  • Additional commits viewable 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 all-github-actions group with 2 updates: [julia-actions/cache](https://github.com/julia-actions/cache) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `julia-actions/cache` from 2 to 3
- [Release notes](https://github.com/julia-actions/cache/releases)
- [Commits](julia-actions/cache@v2...v3)

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: julia-actions/cache
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-github-actions
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-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
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.84%. Comparing base (41403f3) to head (8d23c10).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #98   +/-   ##
=======================================
  Coverage   98.84%   98.84%           
=======================================
  Files          21       21           
  Lines        1900     1900           
=======================================
  Hits         1878     1878           
  Misses         22       22           
Flag Coverage Δ
unittests 98.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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