Skip to content

Bump the workflows group across 1 directory with 10 updates#5915

Merged
beckermr merged 1 commit intomainfrom
dependabot/github_actions/dot-github/workflows/workflows-f60f983970
Mar 2, 2026
Merged

Bump the workflows group across 1 directory with 10 updates#5915
beckermr merged 1 commit intomainfrom
dependabot/github_actions/dot-github/workflows/workflows-f60f983970

Conversation

@dependabot
Copy link
Contributor

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

Bumps the workflows group with 10 updates in the /.github/workflows directory:

Package From To
actions/checkout 6.0.1 6.0.2
conda/actions 25.9.2 26.1.0
endersonmenezes/free-disk-space 3.0.0 3.1.0
actions/cache 4.3.0 5.0.3
conda-incubator/setup-miniconda 3.2.0 3.3.0
codecov/codecov-action 5.5.1 5.5.2
actions/upload-artifact 5.0.0 6.0.0
CodSpeedHQ/action 4.4.1 4.10.2
actions/download-artifact 6.0.0 7.0.0
actions/setup-python 6.1.0 6.2.0

Updates actions/checkout from 6.0.1 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

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 (...
  • See full diff in compare view

Updates conda/actions from 25.9.2 to 26.1.0

Release notes

Sourced from conda/actions's releases.

v26.1.0

What's Changed

Full Changelog: conda/actions@v25.9.2...v26.1.0

Commits
  • 7f6830b [pre-commit.ci] pre-commit autoupdate (#360)
  • 765fb17 [pre-commit.ci] pre-commit autoupdate (#359)
  • a1db58f Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0 in /check-cla (#357)
  • 246bcc9 Bump the workflows group in /.github/workflows with 4 updates (#358)
  • f0a27a6 Bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 in /check-cla (#355)
  • ba06e46 Bump actions/setup-node from 6.0.0 to 6.1.0 in /read-yaml (#353)
  • dafab8e Bump actions/checkout from 6.0.0 to 6.0.1 in /check-cla (#354)
  • d98b8b3 🤖 updated file(s) (#350)
  • 974ddad [pre-commit.ci] pre-commit autoupdate (#352)
  • b1dbaf3 Bump the workflows group across 1 directory with 4 updates (#356)
  • Additional commits viewable in compare view

Updates endersonmenezes/free-disk-space from 3.0.0 to 3.1.0

Release notes

Sourced from endersonmenezes/free-disk-space's releases.

v3.1.0

CI/CD Improvements:

  • 🔧 Changed linter runner from ubuntu-latest to ubuntu-slim for faster execution
  • 📊 Enhanced search_biggest job with multi-runner matrix (ubuntu-24.04, ubuntu-22.04, ubuntu-24.04-arm, ubuntu-slim)
  • 📦 Added listing of top 50 packages by size and biggest files in key directories

Test Reorganization:

  • 🧪 Added use case-based tests: Docker Build, Python/ML, Node.js, Java/JVM, Remove Browsers, Remove Cloud CLIs, Remove LLVM
  • 🗂️ Replaced low-impact folder tests with high-impact ones (/opt/hostedtoolcache, /usr/share/dotnet, /usr/local/.ghcup, /usr/local/lib/android)

Cleanup:

  • 🧹 Centralized package size listing in search_biggest job
Commits
  • e6ed9b0 docs: update changelog for v3.1.0 with CI/CD improvements, test reorganizatio...
  • f18697e ci(workflows): remove user-reported full cleanup test for apt mirror failures
  • 866eabd ci(workflows): add user-reported full cleanup test for apt mirror failures
  • 2945c7d ci(workflows): update test cases for various use cases and remove deprecated ...
  • 00e2e9c ci(workflows): remove ubuntu-slim runner from test template
  • a9e859f ci(workflows): change linter runner from ubuntu-latest to ubuntu-slim
  • a249f55 ci(workflows): add ubuntu-slim runner and enhance search biggest folders step
  • See full diff in compare view

Updates actions/cache from 4.3.0 to 5.0.3

Release notes

Sourced from actions/cache's releases.

v5.0.3

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v.5.0.2

v5.0.2

What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

v5.0.1

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


v5.0.1

What's Changed

v5.0.0

What's Changed

Full Changelog: actions/cache@v5...v5.0.1

v5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE]
Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

5.0.3

5.0.2

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

4.3.0

  • Bump @actions/cache to v4.1.0

... (truncated)

Commits

Updates conda-incubator/setup-miniconda from 3.2.0 to 3.3.0

Release notes

Sourced from conda-incubator/setup-miniconda's releases.

Version 3.3.0

Fixes

  • #411411: Deprecate auto-activate-base input
  • #410410: Ignore auto_activate warning
  • #414414: Activate default environment instead of base environment
  • #435435: fix: remove accidental indentation from shell config template strings
  • #442442: Translate POSIX set to xonsh's equivalent

Tasks and Maintenance

  • #405405, #413413, #439439: Bump normalize-url from 8.0.1 to 8.1.1
  • #425425: Bump @​actions/io from 1.1.3 to 2.0.0
  • #432432: Bump @​actions/exec from 1.1.1 to 2.0.0
  • #433433, #441441: Bump @​actions/core from 1.11.1 to 2.0.2
  • #416416: Bump semver and @​types/semver
  • #421421: Bump actions/setup-node from 5 to 6
  • #427427: Bump js-yaml from 4.1.0 to 4.1.1
Changelog

Sourced from conda-incubator/setup-miniconda's changelog.

CHANGELOG

v3.3.0 (2026-01-20)

Fixes

  • #410410: Ignore auto_activate warning
  • #411411: Deprecate auto-activate-base input
  • #414414: Activate default environment instead of base environment
  • #435435: fix: remove accidental indentation from shell config template strings
  • #442442: Translate POSIX set to xonsh's equivalent

Tasks and Maintenance

  • #405405, #413413, #439439: Bump normalize-url from 8.0.1 to 8.1.1
  • #425425: Bump @​actions/io from 1.1.3 to 2.0.0
  • #432432: Bump @​actions/exec from 1.1.1 to 2.0.0
  • #433433, #441441: Bump @​actions/core from 1.11.1 to 2.0.2
  • #416416: Bump semver and @​types/semver
  • #421421: Bump actions/setup-node from 5 to 6
  • #427427: Bump js-yaml from 4.1.0 to 4.1.1

[v3.2.0] (2025-06-04)

Fixes

  • #398 Check all .condarc files when removing defaults
  • #397 Add version normalization for minicondaVersion in input validation
  • #402 Workaround for auto_activate_base deprecation

Tasks and Maintenance

... (truncated)

Commits
  • fc2d68f Merge pull request #443 from conda-incubator/prepare-3.3.0
  • ee22b26 Prepare 3.3.0
  • e56a69e Bump @​actions/core from 2.0.1 to 2.0.2 (#441)
  • 88f68ec Translate POSIX set to xonsh's equivalent (#442)
  • 671a2a2 Bump normalize-url from 8.1.0 to 8.1.1 (#439)
  • 574256d fix: remove accidental indentation from shell config template strings (#435)
  • 1998b40 Bump @​actions/exec from 1.1.1 to 2.0.0 (#432)
  • aacb0f8 Bump @​actions/core from 1.11.1 to 2.0.1 (#433)
  • ca4fa09 Bump actions/cache from 4 to 5 (#438)
  • ae98e94 Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#437)
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 5.5.1 to 5.5.2

Release notes

Sourced from codecov/codecov-action's releases.

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

Updates actions/upload-artifact from 5.0.0 to 6.0.0

Release notes

Sourced from actions/upload-artifact's releases.

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

Commits
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • ddc45ed docs: update README to correct action name for Node.js 24 support
  • 615b319 chore: release v6.0.0 for Node.js 24 support
  • 017748b Merge pull request #744 from actions/fix-storage-blob
  • 38d4c79 chore: rebuild dist
  • 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi...
  • 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies
  • 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • Additional commits viewable in compare view

Updates CodSpeedHQ/action from 4.4.1 to 4.10.2

Release notes

Sourced from CodSpeedHQ/action's releases.

v4.10.2

Release Notes

🚀 Features

🐛 Bug Fixes

⚙️ Internals

Install codspeed-runner 4.10.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.10.2/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.10.2

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.10.1...v4.10.2

v4.10.1

Release Notes

🚀 Features

🐛 Bug Fixes

🏗️ Refactor

... (truncated)

Commits
  • 2084259 Release v4.10.2 🚀
  • 6bc053f chore: bump runner version to 4.10.2
  • df47568 Release v4.10.1 🚀
  • 84198c8 chore: bump runner version to 4.10.1
  • ac0b020 Release v4.10.0 🚀
  • 404d356 chore: make RUNNER_ARGS an array
  • 1d55394 ci: add config file test
  • 5c37e9c ci: print output in env var test success
  • 6d07233 feat: add config input
  • 57f0f17 feat: make run optional to use codspeed.yml
  • Additional commits viewable in compare view

Updates actions/download-artifact from 6.0.0 to 7.0.0

Release notes

Sourced from actions/download-artifact's releases.

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

Commits
  • 37930b1 Merge pull request #452 from actions/download-artifact-v7-release
  • 72582b9 doc: update readme
  • 0d2ec9d chore: release v7.0.0 for Node.js 24 support
  • fd7ae8f Merge pull request #451 from actions/fix-storage-blob
  • d484700 chore: restore minimatch.dep.yml license file
  • 03a8080 chore: remove obsolete dependency license files
  • 56fe6d9 chore: update @​actions/artifact license file to 5.0.1
  • 8e3ebc4 chore: update package-lock.json with @​actions/artifact@​5.0.1
  • 1e3c4b4 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix
  • 458627d chore: use local @​actions/artifact package for Node.js 24 testing
  • Additional commits viewable in compare view

Updates actions/setup-python from 6.1.0 to 6.2.0

Release notes

Sourced from actions/setup-python's releases.

v6.2.0

What's Changed

Dependency Upgrades

Full Changelog: actions/setup-python@v6...v6.2.0

Commits

@dependabot dependabot bot added dependencies [bot] PRs that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2026 18:17
@dependabot dependabot bot added dependencies [bot] PRs that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 1, 2026
@github-project-automation github-project-automation bot moved this to 🆕 New in 🔎 Review Feb 1, 2026
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Feb 1, 2026
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 1, 2026

Merging this PR will not alter performance

✅ 5 untouched benchmarks


Comparing dependabot/github_actions/dot-github/workflows/workflows-f60f983970 (057c3ed) with main (e0b6ee4)

Open in CodSpeed

Bumps the workflows group with 10 updates in the /.github/workflows directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` |
| [conda/actions](https://github.com/conda/actions) | `25.9.2` | `26.1.0` |
| [endersonmenezes/free-disk-space](https://github.com/endersonmenezes/free-disk-space) | `3.0.0` | `3.1.0` |
| [actions/cache](https://github.com/actions/cache) | `4.3.0` | `5.0.3` |
| [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) | `3.2.0` | `3.3.0` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.1` | `5.5.2` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5.0.0` | `6.0.0` |
| [CodSpeedHQ/action](https://github.com/codspeedhq/action) | `4.4.1` | `4.10.2` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `6.0.0` | `7.0.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6.1.0` | `6.2.0` |



Updates `actions/checkout` from 6.0.1 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@v6.0.1...de0fac2)

Updates `conda/actions` from 25.9.2 to 26.1.0
- [Release notes](https://github.com/conda/actions/releases)
- [Commits](conda/actions@v25.9.2...7f6830b)

Updates `endersonmenezes/free-disk-space` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/endersonmenezes/free-disk-space/releases)
- [Commits](endersonmenezes/free-disk-space@6c4664f...e6ed9b0)

Updates `actions/cache` from 4.3.0 to 5.0.3
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@0057852...cdf6c1f)

Updates `conda-incubator/setup-miniconda` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/conda-incubator/setup-miniconda/releases)
- [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md)
- [Commits](conda-incubator/setup-miniconda@8352349...fc2d68f)

Updates `codecov/codecov-action` from 5.5.1 to 5.5.2
- [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...671740a)

Updates `actions/upload-artifact` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@330a01c...b7c566a)

Updates `CodSpeedHQ/action` from 4.4.1 to 4.10.2
- [Release notes](https://github.com/codspeedhq/action/releases)
- [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md)
- [Commits](CodSpeedHQ/action@346a2d8...2084259)

Updates `actions/download-artifact` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@018cc2c...37930b1)

Updates `actions/setup-python` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@83679a8...a309ff8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: workflows
- dependency-name: conda/actions
  dependency-version: 26.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: workflows
- dependency-name: endersonmenezes/free-disk-space
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workflows
- dependency-name: actions/cache
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: workflows
- dependency-name: conda-incubator/setup-miniconda
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workflows
- dependency-name: codecov/codecov-action
  dependency-version: 5.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: workflows
- dependency-name: actions/upload-artifact
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: workflows
- dependency-name: CodSpeedHQ/action
  dependency-version: 4.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workflows
- dependency-name: actions/download-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: workflows
- dependency-name: actions/setup-python
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workflows
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dot-github/workflows/workflows-f60f983970 branch from 5599d80 to 057c3ed Compare March 1, 2026 18:25
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Approved in 🔎 Review Mar 1, 2026
@beckermr beckermr merged commit 0567e69 into main Mar 2, 2026
54 of 56 checks passed
@beckermr beckermr deleted the dependabot/github_actions/dot-github/workflows/workflows-f60f983970 branch March 2, 2026 13:45
@github-project-automation github-project-automation bot moved this from ✅ Approved to 🏁 Done in 🔎 Review Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed [bot] added once the contributor has signed the CLA dependencies [bot] PRs that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

Status: 🏁 Done

Development

Successfully merging this pull request may close these issues.

2 participants