Skip to content

Conversation

openvpn-inc-ci
Copy link
Collaborator

@openvpn-inc-ci openvpn-inc-ci commented Aug 11, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4.3.0 -> v5.0.0
actions/download-artifact action major v4.3.0 -> v5.0.0
actions/setup-java action major v4.7.1 -> v5.0.0
aws-actions/configure-aws-credentials action major v4.3.1 -> v5.1.0
google-github-actions/auth action major v2 -> v3

Release Notes

actions/checkout (actions/checkout)

v5.0.0

Compare Source

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

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

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

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

actions/setup-java (actions/setup-java)

v5.0.0

Compare Source

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Upgrades
Bug Fixes

New Contributors

Full Changelog: actions/setup-java@v4...v5.0.0

aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)

v5.1.0

Compare Source

Features
Bug Fixes

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Cleanup input handling. Changes invalid boolean input behavior (see #​1445)
Features
google-github-actions/auth (google-github-actions/auth)

v3

Compare Source

Floating v3 tag


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

@openvpn-inc-ci openvpn-inc-ci changed the title chore(deps): update actions/download-artifact action to v5 (release/2.6) chore(deps): update github actions to v5 (release/2.6) (major) Aug 11, 2025
@openvpn-inc-ci openvpn-inc-ci force-pushed the renovate/release/2.6-major-github-actions branch from 649540f to 20f33b6 Compare August 11, 2025 12:47
@openvpn-inc-ci openvpn-inc-ci force-pushed the renovate/release/2.6-major-github-actions branch 2 times, most recently from 718fbbf to 249fec5 Compare August 22, 2025 11:41
@openvpn-inc-ci openvpn-inc-ci changed the title chore(deps): update github actions to v5 (release/2.6) (major) chore(deps): update github actions (release/2.6) (major) Aug 28, 2025
@openvpn-inc-ci openvpn-inc-ci force-pushed the renovate/release/2.6-major-github-actions branch 2 times, most recently from 65b1380 to 7192ad7 Compare September 3, 2025 19:19
@openvpn-inc-ci openvpn-inc-ci force-pushed the renovate/release/2.6-major-github-actions branch from 7192ad7 to d5c7f16 Compare September 15, 2025 16:29
@openvpn-inc-ci openvpn-inc-ci force-pushed the renovate/release/2.6-major-github-actions branch from d5c7f16 to 80014fc Compare October 6, 2025 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant