Skip to content

chore(deps): Update dependencies for github (major)#1359

Open
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/major-dependencies-for-github
Open

chore(deps): Update dependencies for github (major)#1359
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/major-dependencies-for-github

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Dec 12, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v6.0.1v7.0.0
actions/github-script action major v8v9
actions/upload-artifact action major v5.0.0v7.0.1

Release Notes

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

Compare Source

v6.0.3

Compare Source

v6.0.2

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

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

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

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.0.0

Compare Source

v6 - What's new

[!IMPORTANT]
actions/upload-artifact@​v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

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

v6

Compare Source


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-bot renovate-bot requested a review from a team as a code owner December 12, 2025 19:07
@dpebot

dpebot commented Dec 12, 2025

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from 543d836 to 975559a Compare December 16, 2025 17:26
@dpebot

dpebot commented Dec 16, 2025

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from 975559a to 968c74b Compare December 17, 2025 22:47
@dpebot

dpebot commented Dec 17, 2025

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from 968c74b to 6f72b85 Compare January 13, 2026 00:57
@dpebot

dpebot commented Jan 13, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from 6f72b85 to 32379f3 Compare January 13, 2026 01:03
@dpebot

dpebot commented Jan 13, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from 32379f3 to 039eede Compare February 18, 2026 19:01
@dpebot

dpebot commented Feb 18, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): Update actions/upload-artifact action to v6 chore(deps): Update actions/upload-artifact action to v7 Feb 26, 2026
@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from 039eede to e59548c Compare February 26, 2026 19:42
@dpebot

dpebot commented Feb 26, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from e59548c to 32a1df3 Compare March 16, 2026 16:45
@dpebot

dpebot commented Mar 16, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from 32a1df3 to 811307d Compare March 16, 2026 16:47
@dpebot

dpebot commented Mar 16, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from 811307d to 3aaa909 Compare March 17, 2026 20:45
@dpebot

dpebot commented Mar 17, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from 3aaa909 to c520c05 Compare April 1, 2026 21:21
@dpebot

dpebot commented Apr 1, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): Update actions/upload-artifact action to v7 chore(deps): Update dependencies for github (major) Apr 9, 2026
@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from c520c05 to 46a3608 Compare April 9, 2026 23:29
@dpebot

dpebot commented Apr 9, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from 46a3608 to 585bac0 Compare April 10, 2026 19:13
@dpebot

dpebot commented Apr 10, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from 585bac0 to 6e00086 Compare April 17, 2026 00:30
@dpebot

dpebot commented Apr 17, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from 6e00086 to ccc8616 Compare April 17, 2026 17:24
@dpebot

dpebot commented Apr 17, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from ccc8616 to a35f3a9 Compare April 17, 2026 18:39
@dpebot

dpebot commented Apr 17, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from a35f3a9 to a569d5f Compare May 12, 2026 16:54
@dpebot

dpebot commented May 12, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from a569d5f to ea4610e Compare May 26, 2026 17:10
@dpebot

dpebot commented May 26, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from ea4610e to ff91ffc Compare May 26, 2026 17:29
@dpebot

dpebot commented May 26, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/major-dependencies-for-github branch from ff91ffc to 0762589 Compare June 18, 2026 17:12
@dpebot

dpebot commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

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.

3 participants