Skip to content

Update CI github-actions (major)#303

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-ci-github-actions
Open

Update CI github-actions (major)#303
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-ci-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 5, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending
actions/checkout action major v4v6
actions/checkout action major v5v6
actions/setup-node action major v4v6 v6.4.0
actions/setup-node action major v5v6 v6.4.0
actions/upload-artifact action major v4v7 v7.0.1
mshick/add-pr-comment action major v2v3
node uses-with major 20.x24.14.1 24.15.0

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6-beta

Compare Source

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.

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

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

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

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

actions/setup-node (actions/setup-node)

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

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

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

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

v6

Compare Source

v5

Compare Source

v5.0.0

Compare Source

What's Changed
Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

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

Dependency Upgrades
New Contributors

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

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

Full Changelog: actions/setup-node@v4...v4.3.0

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

v4.1.0

Compare Source

What's Changed
  • Resolve High Security Alerts by upgrading Dependencies by @​aparnajyothi-y in #​1132
  • Upgrade IA Publish by @​Jcambass in #​1134
  • Revise isGhes logic by @​jww3 in #​1148
  • Add architecture to cache key by @​pengx17 in #​843
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

v4.0.4

Compare Source

What's Changed
Documentation changes:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.4

v4.0.3

Compare Source

What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.3

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.1

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

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

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

What's Changed

New Contributors

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

v7

Compare Source

v6

Compare Source

v6.0.0

Compare Source

v5

Compare Source

v5.0.0

Compare Source

v4.6.2

Compare Source

What's Changed

  • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

  • Bump @actions/artifact to 2.1.11 by @​robherley in #​627
    • Includes fix for relative symlinks not resolving properly

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0

v4.3.6

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.6

v4.3.5

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.1.0

mshick/add-pr-comment (mshick/add-pr-comment)

v3.10

Compare Source

v3.10.0

Compare Source

Features
  • add truncate-separator input and markdown termination (#​184) (6bd445f)

v3.9.1

Compare Source

Bug Fixes

v3.9.0

Compare Source

Features

v3.9

Compare Source

v3.8

Compare Source

v3.8.0

Compare Source

Features
  • automatic message truncation for oversized comments (#​167) (38989f3)

v3.7

Compare Source

v3.7.0

Compare Source

Features

v3.6

Compare Source

v3.6.0

Compare Source

Features

v3.5

Compare Source

v3.5.0

Compare Source

Features

v3.4

Compare Source

v3.4.0

Compare Source

Features

v3.3

Compare Source

v3.3.0

Compare Source

Features

v3.2

Compare Source

v3.2.0

Compare Source

Features
  • add retry with exponential backoff for API rate limits (#​149) (84d6648)
Bug Fixes

v3.1.0

Compare Source

Features
Bug Fixes

v3.0.1

Compare Source

Bug Fixes

[v3.0.0](https://redirect.github.com/mshick/add-pr-comment/releases/tag/


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 force-pushed the renovate/major-ci-github-actions branch from 62adaf4 to 5c31e04 Compare September 16, 2025 08:40
@renovate renovate Bot changed the title Update dependency node to v22 Update CI github-actions (major) Sep 16, 2025
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch 3 times, most recently from a67c057 to 0094ac6 Compare September 29, 2025 14:05
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch 3 times, most recently from 1e82467 to c2a8f1e Compare October 6, 2025 11:44
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch from c2a8f1e to 035cace Compare October 15, 2025 02:50
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch 3 times, most recently from b59da3f to d29417d Compare October 29, 2025 08:08
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch 9 times, most recently from 51ca9aa to 7e02ec6 Compare November 7, 2025 15:36
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch 8 times, most recently from c1cb21e to 4787fb9 Compare November 18, 2025 14:21
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch from 4787fb9 to cbdcee0 Compare November 18, 2025 21:55
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch 10 times, most recently from 326dde7 to e8d666d Compare December 4, 2025 09:19
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch 4 times, most recently from 06b4f1a to 94a134a Compare December 5, 2025 18:04
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch 4 times, most recently from 73720a7 to 7cf2e54 Compare December 23, 2025 04:46
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch 2 times, most recently from 09f3681 to aacbf8c Compare January 1, 2026 22:32
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch 3 times, most recently from 3db5755 to 6508d74 Compare January 15, 2026 05:14
@renovate renovate Bot force-pushed the renovate/major-ci-github-actions branch 6 times, most recently from 250b4af to 623dc3f Compare January 21, 2026 09:39
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.

0 participants