Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 22, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4v6
actions/checkout action major v4.2.2v6.0.1
actions/create-github-app-token action major v1v2
actions/delete-package-versions action major v4v5
actions/download-artifact action major v4.2.1v7.0.0
actions/setup-python action major v5.2.0v6.1.0
actions/setup-python action major v4v6
actions/upload-artifact action major v4.6.2v6.0.0
google-github-actions/release-please-action action major v3v4
stefanzweifel/git-auto-commit-action action major v5v7

Release Notes

actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

actions/create-github-app-token (actions/create-github-app-token)

v2

Compare Source

actions/delete-package-versions (actions/delete-package-versions)

v5

Compare Source

actions/download-artifact (actions/download-artifact)

v7.0.0

Compare Source

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

Compare Source

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.

New Contributors

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

v5.0.0

Compare Source

What's Changed

v5.0.0

🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

Previously, single artifact downloads behaved differently depending on how you specified the artifact:

  • By name: name: my-artifact → extracted to path/ (direct)
  • By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested)

Now both methods are consistent:

  • By name: name: my-artifact → extracted to path/ (unchanged)
  • By ID: artifact-ids: 12345 → extracted to path/ (fixed - now direct)
Migration Guide
✅ No Action Needed If:
  • You download artifacts by name
  • You download multiple artifacts by ID
  • You already use merge-multiple: true as a workaround
⚠️ Action Required If:

You download single artifacts by ID and your workflows expect the nested directory structure.

Before v5 (nested structure):

- uses: actions/download-artifact@v4
  with:
    artifact-ids: 12345
    path: dist

### Files were in: dist/my-artifact/

Where my-artifact is the name of the artifact you previously uploaded

To maintain old behavior (if needed):

- uses: actions/download-artifact@v5
  with:
    artifact-ids: 12345
    path: dist/my-artifact  # Explicitly specify the nested path

New Contributors

Full Changelog: actions/download-artifact@v4...v5.0.0

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4.2.1...v4.3.0

actions/setup-python (actions/setup-python)

v6.1.0

Compare Source

What's Changed
Enhancements:
Dependency and Documentation updates:
New Contributors

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

v6.0.0

Compare Source

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:
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v6.0.0

v5.6.0

Compare Source

What's Changed

Full Changelog: actions/setup-python@v5...v5.6.0

v5.5.0

Compare Source

What's Changed

Enhancements:
Bug fixes:
  • Fix architecture for pypy on Linux ARM64 by @​mayeut in #​1011
    This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.5.0

v5.4.0

Compare Source

What's Changed

Enhancements:
Documentation changes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.4.0

v5.3.0

Compare Source

What's Changed

Bug Fixes:
Enhancements:

New Contributors

Full Changelog: actions/setup-python@v5...v5.3.0

actions/upload-artifact (actions/upload-artifact)

v6.0.0

Compare Source

v5.0.0

Compare Source

google-github-actions/release-please-action (google-github-actions/release-please-action)

v4

Compare Source

⚠ BREAKING CHANGES
  • remove most configuration options in favor of manifest configuration to configure the release-please-action
  • rewrite in typescript
  • remove command option in favor of setting release-type and skip-github-release/skip-github-pull-request
  • run on node20
  • deps: upgrade release-please to v16
  • v4 release
Features
  • deps: upgrade release-please to v16 (9cf05a0)
  • remove command option in favor of setting release-type and skip-github-release/skip-github-pull-request (9cf05a0)
  • remove most configuration options in favor of manifest configuration to configure the release-please-action (9cf05a0)
  • run on node20 (9cf05a0)
  • v4 release (9cf05a0)
Bug Fixes
Code Refactoring
stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)

v7

Compare Source

Added
Changes
Dependency Updates

v6

Compare Source

Fixed

Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency Dependency update by Renovate label Apr 22, 2025
@renovate renovate bot force-pushed the renovate/major-github-actions branch 11 times, most recently from b644cef to 63468dc Compare April 24, 2025 04:52
@renovate renovate bot force-pushed the renovate/major-github-actions branch 4 times, most recently from f20b2b5 to 00097b7 Compare May 3, 2025 22:28
@renovate renovate bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 95edd09 to 63e7ccf Compare May 22, 2025 08:45
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 6b3dad5 to 07d9323 Compare June 11, 2025 17:34
@renovate renovate bot force-pushed the renovate/major-github-actions branch 6 times, most recently from a0081aa to 058fdac Compare July 2, 2025 11:36
@renovate renovate bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 3c897fc to 5dafb93 Compare August 11, 2025 17:43
@renovate renovate bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 425168e to 5352cf1 Compare August 18, 2025 07:50
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 5352cf1 to a8b2493 Compare September 6, 2025 19:24
@renovate renovate bot force-pushed the renovate/major-github-actions branch from a8b2493 to f56c912 Compare September 13, 2025 20:04
@renovate renovate bot force-pushed the renovate/major-github-actions branch from f56c912 to d725ec2 Compare October 12, 2025 16:43
@renovate renovate bot force-pushed the renovate/major-github-actions branch from d725ec2 to 79bcd5d Compare October 24, 2025 23:27
@renovate renovate bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 8853bc6 to 6e7f817 Compare November 22, 2025 02:43
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 6e7f817 to d300ffe Compare November 25, 2025 05:28
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 7aa0326 to 18b171b Compare December 6, 2025 03:25
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 18b171b to 31dca4a Compare December 12, 2025 20:45
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 31dca4a to 9c3cfaf Compare December 17, 2025 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependency update by Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant