Skip to content

[backport] build(deps): bump the actions-monthly group with 12 updates#1714

Merged
leofang merged 1 commit into12.9.xfrom
dependabot/github_actions/12.9.x/actions-monthly-60e6d08702
Mar 5, 2026
Merged

[backport] build(deps): bump the actions-monthly group with 12 updates#1714
leofang merged 1 commit into12.9.xfrom
dependabot/github_actions/12.9.x/actions-monthly-60e6d08702

Conversation

@dependabot
Copy link
Contributor

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

Bumps the actions-monthly group with 12 updates:

Package From To
actions/checkout 4.2.2 6.0.2
korthout/backport-action 3.2.1 4.1.0
PyCQA/bandit-action 1.0.0 1.0.1
conda-incubator/setup-miniconda 3.2.0 3.3.0
actions/download-artifact 4.3.0 8.0.0
actions/upload-pages-artifact 3.0.1 4.0.0
JamesIves/github-pages-deploy-action 4.7.3 4.8.0
actions/setup-python 5.6.0 6.2.0
actions/upload-artifact 4.6.2 7.0.0
pypa/cibuildwheel 3.1.1 3.3.1
github/codeql-action 3.29.4 4.32.5
pypa/gh-action-pypi-publish 1.12.4 1.13.0

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

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

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

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

... (truncated)

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

Updates korthout/backport-action from 3.2.1 to 4.1.0

Release notes

Sourced from korthout/backport-action's releases.

Backport-action v4.1.0

What's Changed

@​lenaschoenburg fixed a bug where backport-action thought that [#0](https://github.com/korthout/backport-action/issues/0) was a valid issue ref and used it in ${issue_refs}

The project is now bundled with esbuild, uses ESM, and is minified, resulting in a much smaller github action (from ~2MB to ~550kB)

Updated dependencies

Full Changelog: korthout/backport-action@v4.0.1...v4.1.0

Backport-action v4.0.1

What's Changed

This patch fixes a bug where environment variables were no longer passed to git since v4.0.0. For instance, this prevented the action to sign commits with GPG using variables like GNUPGHOME. With this fix, environment variables are provided to git again.

Full Changelog: korthout/backport-action@v4.0.0...v4.0.1

Backport-action v4.0.0

What's Changed

The action now requires Node 24 to run, which is a breaking change. Runner version 2.327.1 or higher is required from now on.

Other changes

... (truncated)

Commits
  • 01619eb dist: release 4.1.0
  • d3fdb6d Merge pull request #560 from korthout/korthout-clean-up-sourcemap-files
  • 8d0f84d dist: remove leftover sourcemap files
  • d7a50fb Merge pull request #559 from korthout/korthout-auto-update-licenses-txt
  • 13771dc dist: build new licenses.txt
  • 7a3c8b0 build: update dist/licenses.txt automatically
  • 06a6b57 build: move esbuild to a separate file
  • 669791a dist: build new artifacts
  • 74946b7 Merge pull request #551 from korthout/renovate/actions-core-3.x
  • 8b1a415 Merge pull request #558 from korthout/renovate/pin-dependencies
  • Additional commits viewable in compare view

Updates PyCQA/bandit-action from 1.0.0 to 1.0.1

Release notes

Sourced from PyCQA/bandit-action's releases.

v1.0.1

What's Changed

Full Changelog: PyCQA/bandit-action@v1...v1.0.1

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 actions/download-artifact from 4.3.0 to 8.0.0

Release notes

Sourced from actions/download-artifact's releases.

v8.0.0

v8 - What's new

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to false.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

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

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

v6.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

... (truncated)

Commits
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • 96bf374 One more test fix
  • b8c4819 Fix skip decompress test
  • Additional commits viewable in compare view

Updates actions/upload-pages-artifact from 3.0.1 to 4.0.0

Release notes

Sourced from actions/upload-pages-artifact's releases.

v4.0.0

What's Changed

Full Changelog: actions/upload-pages-artifact@v3.0.1...v4.0.0

Commits
  • 7b1f4a7 Merge pull request #127 from heavymachinery/pin-sha
  • 4cc19c7 Pin actions/upload-artifact to SHA
  • 2d163be Merge pull request #107 from KittyChiu/main
  • c704843 fix: linted README
  • 9605915 Merge pull request #106 from KittyChiu/kittychiu/update-readme-1
  • e59cdfe Update README.md
  • a2d6704 doc: updated usage section in readme
  • 984864e Merge pull request #105 from actions/Jcambass-patch-1
  • 45dc788 Add workflow file for publishing releases to immutable action package
  • efaad07 Merge pull request #102 from actions/hidden-files
  • Additional commits viewable in compare view

Updates JamesIves/github-pages-deploy-action from 4.7.3 to 4.8.0

Release notes

Sourced from JamesIves/github-pages-deploy-action's releases.

v4.8.0

What's Changed

Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.8.0

v4.7.6

What's Changed

Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.7.6

v4.7.5

What's Changed

Bug Fixes 🐛

Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.7.5

v4.7.4

... (truncated)

Commits

Updates actions/setup-python from 5.6.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

v6.1.0

What's Changed

Enhancements:

Dependency and Documentation updates:

New Contributors

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

v6.0.0

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Enhancements:

Bug fixes:

Bumps the actions-monthly group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.2` |
| [korthout/backport-action](https://github.com/korthout/backport-action) | `3.2.1` | `4.1.0` |
| [PyCQA/bandit-action](https://github.com/pycqa/bandit-action) | `1.0.0` | `1.0.1` |
| [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) | `3.2.0` | `3.3.0` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `8.0.0` |
| [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3.0.1` | `4.0.0` |
| [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) | `4.7.3` | `4.8.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `6.2.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.0` |
| [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `3.1.1` | `3.3.1` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.29.4` | `4.32.5` |
| [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.12.4` | `1.13.0` |


Updates `actions/checkout` from 4.2.2 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@v4.2.2...de0fac2)

Updates `korthout/backport-action` from 3.2.1 to 4.1.0
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](korthout/backport-action@0193454...01619eb)

Updates `PyCQA/bandit-action` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/pycqa/bandit-action/releases)
- [Commits](PyCQA/bandit-action@8a1b306...67a458d)

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 `actions/download-artifact` from 4.3.0 to 8.0.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@d3f86a1...70fc10c)

Updates `actions/upload-pages-artifact` from 3.0.1 to 4.0.0
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@56afc60...7b1f4a7)

Updates `JamesIves/github-pages-deploy-action` from 4.7.3 to 4.8.0
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@6c2d9db...d92aa23)

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

Updates `actions/upload-artifact` from 4.6.2 to 7.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...bbbca2d)

Updates `pypa/cibuildwheel` from 3.1.1 to 3.3.1
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@e6de07e...298ed2f)

Updates `github/codeql-action` from 3.29.4 to 4.32.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@4e828ff...c793b71)

Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@76f52bc...ed0c539)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-monthly
- dependency-name: korthout/backport-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-monthly
- dependency-name: PyCQA/bandit-action
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-monthly
- dependency-name: conda-incubator/setup-miniconda
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-monthly
- dependency-name: actions/download-artifact
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-monthly
- dependency-name: actions/upload-pages-artifact
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-monthly
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-version: 4.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-monthly
- dependency-name: actions/setup-python
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-monthly
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-monthly
- dependency-name: pypa/cibuildwheel
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-monthly
- dependency-name: github/codeql-action
  dependency-version: 4.32.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-monthly
- dependency-name: pypa/gh-action-pypi-publish
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-monthly
...

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 4, 2026
@copy-pr-bot
Copy link
Contributor

copy-pr-bot bot commented Mar 4, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@leofang
Copy link
Member

leofang commented Mar 4, 2026

/ok to test a9c22f7

@mdboom
Copy link
Contributor

mdboom commented Mar 4, 2026

Should our dependabot config submit one update at a time so we could isolate the source of the failure? I suspect it's download-artifact, but the changelog doesn't suggest anything obvious to fix on our end.

@leofang
Copy link
Member

leofang commented Mar 4, 2026

Should our dependabot config submit one update at a time so we could isolate the source of the failure?

I think a while back we decided it adds too much noise so we grouped them by monthly. It's been working fine on main, what happens now is that the backport branch has been way out of sync until #1706 fixed it. We're hopefully paying the one-time only debt to catch up 🥲

I suspect it's download-artifact, but the changelog doesn't suggest anything obvious to fix on our end.

I think so too, maybe there is a mismatch between how artifacts are cached between main and v14. I was checking it last night but I did not spend much time.

@leofang
Copy link
Member

leofang commented Mar 5, 2026

I got it now. It was bad luck because the referenced run ID 22652112482 failed due to transient errors:
https://github.com/NVIDIA/cuda-python/actions/runs/22652112482
so it did not generate/upload the needed artifacts.

Let's rerun and get over with this. I know where to fix and I'll send another PR.

@leofang
Copy link
Member

leofang commented Mar 5, 2026

I know where to fix and I'll send another PR.

xref #1725

@leofang leofang enabled auto-merge (squash) March 5, 2026 03:02
@leofang leofang changed the title build(deps): bump the actions-monthly group with 12 updates [backport] build(deps): bump the actions-monthly group with 12 updates Mar 5, 2026
@leofang leofang merged commit 6e5d9ed into 12.9.x Mar 5, 2026
71 of 88 checks passed
@leofang leofang deleted the dependabot/github_actions/12.9.x/actions-monthly-60e6d08702 branch March 5, 2026 03:15
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