Skip to content

chore(deps): update external major (major) - #639

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate-major-external-major
Open

chore(deps): update external major (major)#639
renovate[bot] wants to merge 1 commit into
mainfrom
renovate-major-external-major

Conversation

@renovate

@renovate renovate Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4v7
actions/github-script action major v7v9
actions/setup-node action major v4v7
actions/stale action major v9v11

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

actions/github-script (actions/github-script)

v9.0.0

Compare Source

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.
What's Changed
New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

v8.0.0

Compare Source

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

v7.0.0

Compare Source

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

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

v6.5.0

Compare Source

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

Compare Source

What's Changed

Dependency updates:

New Contributors

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

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

What's Changed

Documentation
Dependency updates:

New Contributors

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

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

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

actions/stale (actions/stale)

v11.0.0

Compare Source

What's Changed

Enhancement
Dependency Update
  • Override brace-expansion to 5.0.8 to address 24 high-severity dependency vulnerabilities by @​dependabot in #​1351

Full Changelog: actions/stale@v10...v11.0.0

v10.4.0

Compare Source

What's Changed

Bug Fix
Dependency Updates
  • Bump undici to 6.27.0 via override, clean up stale license files, and version to 10.4.0. by @​dependabot in #​1342

New Contributors

Full Changelog: actions/stale@v10.3.0...v10.4.0

v10.3.0

Compare Source

What's Changed

Bug Fix
Dependency Updates

New Contributors

Full Changelog: actions/stale@v10...v10.3.0

v10.2.0

Compare Source

What's Changed

Bug Fix
Dependency Updates

New Contributors

Full Changelog: actions/stale@v10...v10.2.0

v10.1.1

Compare Source

What's Changed

Bug Fix
Improvement
Dependency Upgrades

New Contributors

Full Changelog: actions/stale@v10...v10.1.1

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/stale@v10...v10.1.0

v10.0.0

Compare Source

What's Changed

Breaking Changes
Enhancement
Dependency Upgrades
Documentation changes

New Contributors

Full Changelog: actions/stale@v9...v10.0.0


Configuration

📅 Schedule: (in timezone Europe/Zurich)

  • Branch creation
    • "after 2pm on Monday"
  • 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.

@aem-code-sync

aem-code-sync Bot commented Aug 4, 2026

Copy link
Copy Markdown

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-sync branch
Commits

@renovate
renovate Bot force-pushed the renovate-major-external-major branch from ceeb72a to 9875258 Compare August 4, 2026 15:14
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 4, 2026 15:14 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 9875258 to 8b42e53 Compare August 4, 2026 15:41
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 4, 2026 15:41 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 8b42e53 to 20e8fff Compare August 5, 2026 07:10
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 5, 2026 07:10 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 20e8fff to 408319e Compare August 5, 2026 09:21
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 5, 2026 09:21 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 408319e to 08ec9a1 Compare August 5, 2026 13:36
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 5, 2026 13:36 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch 2 times, most recently from a026feb to e49f1cb Compare August 6, 2026 06:29
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 6, 2026 06:29 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch 2 times, most recently from 7cbcbad to 8c5fc55 Compare August 6, 2026 12:23
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 6, 2026 12:23 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 8c5fc55 to 1fc8538 Compare August 7, 2026 09:02
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 7, 2026 09:02 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 1fc8538 to bc1cfff Compare August 7, 2026 09:15
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 7, 2026 09:15 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch 2 times, most recently from ebd11c4 to 4ede3f1 Compare August 10, 2026 07:15
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 10, 2026 07:15 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 4ede3f1 to 39089d3 Compare August 10, 2026 10:05
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 10, 2026 10:05 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 39089d3 to 8f0c03a Compare August 11, 2026 07:05
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 11, 2026 07:05 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 8f0c03a to 7ccab50 Compare August 11, 2026 14:27
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 11, 2026 14:27 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 8d4b4a1 to 5a78e90 Compare August 18, 2026 08:14
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 18, 2026 08:14 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 5a78e90 to d0cdc8e Compare August 19, 2026 15:34
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 19, 2026 15:34 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from d0cdc8e to fd1231b Compare August 19, 2026 22:15
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 19, 2026 22:15 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from fd1231b to 131c323 Compare August 20, 2026 06:12
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 20, 2026 06:12 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch 2 times, most recently from 91e7d81 to 889dea2 Compare August 20, 2026 07:45
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 20, 2026 07:45 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 889dea2 to 6ccf2a1 Compare August 20, 2026 07:52
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 20, 2026 07:52 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 6ccf2a1 to 4910abd Compare August 20, 2026 08:33
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 20, 2026 08:33 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 4910abd to d3a0d52 Compare August 20, 2026 14:49
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 20, 2026 14:49 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from d3a0d52 to 1de0dfc Compare August 24, 2026 12:46
@aem-code-sync
aem-code-sync Bot temporarily deployed to renovate-major-external-major August 24, 2026 12:46 Inactive
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 1de0dfc to 44ea463 Compare August 24, 2026 16:13
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 44ea463 to a38b196 Compare August 26, 2026 08:07
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from a38b196 to 9c2519a Compare August 26, 2026 16:17
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 9c2519a to 8f1a549 Compare August 27, 2026 11:41
@renovate
renovate Bot force-pushed the renovate-major-external-major branch from 8f1a549 to 1877f7b Compare August 27, 2026 12:19
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