Skip to content

chore(deps): update github actions (major)#65

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

chore(deps): update github actions (major)#65
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 11, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4v6
actions/deploy-pages action major v4v5
actions/setup-node action major v4v6
actions/upload-pages-artifact action major v3v5
amannn/action-semantic-pull-request action major v5v6
marocchino/sticky-pull-request-comment action major v2v3.0.4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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/deploy-pages (actions/deploy-pages)

v5

Compare Source

v5.0.0

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.5

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.4

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.3

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.2

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.1

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

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

v6.4.0

Compare Source

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-pages-artifact (actions/upload-pages-artifact)

v5

Compare Source

v5.0.0

Compare Source

Changelog

See details of all code changes since previous release.

v4

Compare Source

v4.0.0

Compare Source

What's Changed

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

v3.0.1

Compare Source

Changelog

See details of all code changes since previous release.

amannn/action-semantic-pull-request (amannn/action-semantic-pull-request)

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features
Bug Fixes
  • Remove trailing whitespace from "unknown release type" error message (#​291) (afa4edb)

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • Upgrade action to use Node.js 24 and ESM (#​287)
Features

v6

Compare Source

v5.5.3

Compare Source

Bug Fixes

v5.5.2

Compare Source

Bug Fixes

v5.5.1

Compare Source

Bug Fixes

v5.5.0

Compare Source

Features

v5.4.0

Compare Source

Features

v5.3.0

Compare Source

Features

v5.2.0

Compare Source

Features

v5.1.0

Compare Source

Features
  • Add regex support to scope and disallowScopes configuration (#​226) (403a6f8)

v5.0.2

Compare Source

Features
  • Add regex support to scope and disallowScopes configuration (#​226) (403a6f8)
5.0.2 (2022-10-17)
Bug Fixes
  • Upgrade @actions/core to avoid deprecation warnings (#​208) (91f4126)
5.0.1 (2022-10-14)
Bug Fixes

v5.0.1

Compare Source

Features
  • Add regex support to scope and disallowScopes configuration (#​226) (403a6f8)
5.0.2 (2022-10-17)
Bug Fixes
  • Upgrade @actions/core to avoid deprecation warnings (#​208) (91f4126)
5.0.1 (2022-10-14)
Bug Fixes
marocchino/sticky-pull-request-comment (marocchino/sticky-pull-request-comment)

v3.0.4

Compare Source

What's Changed

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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update actions/checkout action to v5 chore(deps): update github actions (major) Aug 13, 2025
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from f3be6a1 to 7596c9d Compare August 19, 2025 10:47
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 8f2a4f6 to 792c446 Compare August 22, 2025 19:12
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 792c446 to 822944c Compare September 4, 2025 05:36
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 822944c to 7fe2982 Compare October 14, 2025 04:48
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from ae90d42 to 7037658 Compare November 20, 2025 16:59
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 41461c7 to 59c127f Compare December 3, 2025 06:10
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 59c127f to 1860bb8 Compare January 15, 2026 04:56
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 1860bb8 to fca0a83 Compare February 3, 2026 16:55
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from fca0a83 to 5be488d Compare March 4, 2026 06:01
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 7879301 to 941a6d2 Compare March 13, 2026 17:42
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 941a6d2 to 6a67fff Compare March 25, 2026 20:41
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 6a67fff to 5cc535a Compare April 5, 2026 08:58
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 6 times, most recently from 5386156 to 7fd7b2f Compare April 20, 2026 05:04
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 7fd7b2f to f73201b Compare April 21, 2026 22:09
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