Skip to content

Update GitHub Actions (major)#177

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

Update GitHub Actions (major)#177
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 5, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v5v6
actions/github-script action major v7v9
actions/setup-python action major v5v6
aws-actions/configure-aws-credentials action major v4v6
pulumi/actions action major v6v7
softprops/turnstyle action major v2v3

Warning

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


Release Notes

actions/checkout (actions/checkout)

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

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

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

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed
Enhancements:
Dependency and Documentation updates:
New Contributors

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

v6.0.0

Compare Source

What's Changed

Breaking Changes

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

Enhancements:
Bug fixes:
Dependency updates:

New Contributors

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

v6

Compare Source

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

v6.2.0

Compare Source

v6.1.3

Compare Source

Bug Fixes
  • fix: allow kubelet token symlink in #​1805

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

What's Changed

Full Changelog: aws-actions/configure-aws-credentials@v6...v6.1.1

v6.1.0

Compare Source

Features

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • Update action to use node24 Note this requires GitHub action runner version v2.327.1 or later (#​1632) (a7a2c11)
Features
Bug Fixes
  • properly output aws-account-id and authenticated-arn when using role-chaining (#​1633) (7ceaf96)

v6

Compare Source

v5.1.1

Compare Source

Miscellaneous Chores
  • release 5.1.1 (56d6a58)
  • various dependency updates

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

v5

Compare Source

pulumi/actions (pulumi/actions)

v7.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: pulumi/actions@v6...v7.0.0

v7

Compare Source

softprops/turnstyle (softprops/turnstyle)

v3.2.4

Compare Source

Bug fixes 🐛
  • Fix runtime input parsing and GitHub API throttling by @​chenrui333 in #​140
  • Resolve workflows by ref path for more reliable workflow discovery by @​chenrui333 in #​141
  • Improve workflow run discovery and rerun ordering so active predecessors are not missed in busy repositories by @​chenrui333 in #​142

v3.2.3

Compare Source

maintenance release with updated dependencies

v3.2.2

Compare Source

What's Changed

Other Changes 🔄

Full Changelog: softprops/turnstyle@v3.2.1...v3.2.2

v3.2.1

Compare Source

maintenance release with updated dependencies

Full Changelog: softprops/turnstyle@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed

Exciting New Features 🎉
Other Changes 🔄

Full Changelog: softprops/turnstyle@v3...v3.2.0

v3.1.0

Compare Source

What's Changed

Exciting New Features 🎉

New Contributors

Full Changelog: softprops/turnstyle@v3...v3.1.0

v3.0.0

Compare Source

  • Upgrade Node.js version to 24 in action
    Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes

v3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 requested review from a team, edmundmiller and maxulysse as code owners September 5, 2025 18:01
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 8a7d3d4 to 5cd7517 Compare September 7, 2025 04:56
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 5cd7517 to f11570c Compare September 23, 2025 22:38
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 4630944 to a9c64a9 Compare October 7, 2025 04:47
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from a9c64a9 to b1773f2 Compare October 29, 2025 11:48
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from b1773f2 to 9146f85 Compare November 8, 2025 20:26
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 3 times, most recently from f8abe62 to 33bad4e Compare November 25, 2025 04:33
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 4 times, most recently from f24d6cc to 96e9238 Compare December 6, 2025 20:57
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 96e9238 to 0cf0ef0 Compare December 15, 2025 13:01
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 0cf0ef0 to 33044ce Compare January 11, 2026 04:45
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 33044ce to 140cf73 Compare January 22, 2026 04:58
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from fa458fe to e8d2f80 Compare February 5, 2026 01:47
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from e8d2f80 to 6583bd8 Compare March 1, 2026 13:01
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from 6583bd8 to 4ba03f4 Compare March 9, 2026 11:30
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 775d5e8 to 78ae972 Compare April 10, 2026 01:00
@renovate renovate Bot changed the title chore(deps): update github actions (major) Update GitHub Actions (major) Apr 17, 2026
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from b5667a5 to e0eee7d Compare April 20, 2026 11:24
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 2 times, most recently from a6f567d to ddb1a68 Compare May 4, 2026 11:16
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from ddb1a68 to e6fffd9 Compare May 5, 2026 19:16
@renovate renovate Bot force-pushed the renovate/major-github-actions branch 3 times, most recently from b96621a to f375398 Compare June 2, 2026 00:56
@renovate renovate Bot force-pushed the renovate/major-github-actions branch from f375398 to ef35db9 Compare June 2, 2026 19:38
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