Skip to content

chore(deps): update actions (major)#34

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

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

Conversation

@renovate

@renovate renovate Bot commented Jan 4, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3v7
actions/github-script action major v6v9
actions/setup-node action major v3v7
actions/setup-python action major v4v6
mongo service major 68
node uses-with major 1424

Release Notes

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v5

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

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

v4.0.0

Compare Source

v4

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

v9

Compare Source

v8.0.0

Compare Source

v8: .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.

New Contributors

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

v7.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/github-script@v7...v7.1.0

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/github-script@v7.0.0...v7.0.1

v7.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/github-script@v6.4.1...v7.0.0

v7

Compare Source

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

v7.0.0

Compare Source

v7

Compare Source

v6.5.0

Compare Source

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

v6

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

v5

Compare Source

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

v4.0.0

Compare Source

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in #​866

Besides, release contains such changes as:

New Contributors

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

v4

Compare Source

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

v6.3.0

Compare Source

What's Changed
Enhancement
Dependency update
Documentation
New Contributors

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

v6.2.0

Compare Source

What's Changed

Dependency Upgrades
  • Upgrade dependencies to Node 24 compatible versions by [@​salmanmkc](http

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 4th week on Thursday before 10am"
  • 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 force-pushed the renovate/major-actions branch 2 times, most recently from 4fe8a7b to b006e5c Compare February 7, 2024 07:28
@renovate
renovate Bot force-pushed the renovate/major-actions branch 2 times, most recently from 0d1250b to 0430ba2 Compare March 12, 2024 13:11
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 0430ba2 to 8bf1a45 Compare March 26, 2024 15:37
@renovate
renovate Bot force-pushed the renovate/major-actions branch 2 times, most recently from 6d7e740 to e5d62cb Compare April 25, 2024 16:08
@renovate
renovate Bot force-pushed the renovate/major-actions branch 2 times, most recently from e639709 to 4cbd081 Compare May 9, 2024 16:00
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 4cbd081 to 9c5f06b Compare May 20, 2024 18:07
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 9c5f06b to 82fddc4 Compare June 13, 2024 18:13
@renovate
renovate Bot force-pushed the renovate/major-actions branch 2 times, most recently from 6387fb2 to 451ec4a Compare July 10, 2024 17:44
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 451ec4a to df4396e Compare August 29, 2024 15:59
@renovate
renovate Bot force-pushed the renovate/major-actions branch 2 times, most recently from 78b37e1 to 97f1080 Compare September 19, 2024 19:42
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 97f1080 to 708239e Compare October 7, 2024 19:27
@renovate
renovate Bot force-pushed the renovate/major-actions branch 3 times, most recently from 33f2bff to 881f60f Compare October 24, 2024 19:48
@renovate
renovate Bot force-pushed the renovate/major-actions branch 2 times, most recently from c8e8ab4 to 8384e75 Compare January 28, 2025 08:30
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 8384e75 to ff6894d Compare March 17, 2025 06:10
@renovate
renovate Bot force-pushed the renovate/major-actions branch from ff6894d to 3cc3a68 Compare March 25, 2025 06:41
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 3cc3a68 to 4a7048b Compare April 14, 2025 05:33
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 4a7048b to 700fbb9 Compare April 24, 2025 06:05
@renovate
renovate Bot force-pushed the renovate/major-actions branch 2 times, most recently from 5c88c16 to 4b640be Compare August 11, 2025 15:24
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 4b640be to 85f9455 Compare September 6, 2025 16:04
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 85f9455 to d5589ac Compare October 14, 2025 05:44
@renovate
renovate Bot force-pushed the renovate/major-actions branch from d5589ac to 531fa65 Compare October 28, 2025 01:32
@renovate
renovate Bot force-pushed the renovate/major-actions branch 2 times, most recently from f135af6 to e23b0fd Compare November 20, 2025 17:52
@renovate
renovate Bot force-pushed the renovate/major-actions branch from e23b0fd to f789b7d Compare November 25, 2025 04:27
@renovate
renovate Bot force-pushed the renovate/major-actions branch 2 times, most recently from e1c334a to f2390b0 Compare December 3, 2025 06:58
@renovate
renovate Bot force-pushed the renovate/major-actions branch from f2390b0 to 6d66b47 Compare January 15, 2026 04:55
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 6d66b47 to a4edb67 Compare January 22, 2026 05:52
@renovate
renovate Bot force-pushed the renovate/major-actions branch from a4edb67 to 93df022 Compare February 3, 2026 19:06
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 93df022 to 1a45ed1 Compare March 4, 2026 05:28
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 1a45ed1 to 0afdc1b Compare April 10, 2026 01:45
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 0afdc1b to 4accf92 Compare April 20, 2026 09:34
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 4accf92 to bfb06bc Compare June 2, 2026 18:56
@renovate
renovate Bot force-pushed the renovate/major-actions branch 2 times, most recently from ce5f8f2 to 1db1675 Compare June 24, 2026 05:35
@renovate
renovate Bot force-pushed the renovate/major-actions branch from 1db1675 to 103b96c Compare July 14, 2026 04:50
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