[PR #4807] [MERGED] chore(deps): update github-actions (major) #31187

Closed
opened 2026-04-17 22:06:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4807
Author: @renovate[bot]
Created: 9/22/2025
Status: Merged
Merged: 11/30/2025
Merged by: @Bekacru

Base: canaryHead: renovate/major-github-actions


📝 Commits (1)

  • 639dd8d chore(deps): update github-actions

📊 Changes

6 files changed (+22 additions, -22 deletions)

View changed files

📝 .github/workflows/adapter-tests.yml (+2 -2)
📝 .github/workflows/cherry-pick-to-main.yml (+5 -5)
📝 .github/workflows/ci.yml (+6 -6)
📝 .github/workflows/e2e.yml (+4 -4)
📝 .github/workflows/preview.yml (+2 -2)
📝 .github/workflows/release.yml (+3 -3)

📄 Description

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v5.0.0 -> v6.0.0
actions/checkout action major v4 -> v6.0.0
actions/github-script action major v7 -> v8.0.0
actions/setup-node action major v4.4.0 -> v6.0.0

Release Notes

actions/checkout (actions/checkout)

v6.0.0

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v5...v5.0.1

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

v8.0.0

Compare Source

v7.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v7...v7.1.0

v7.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/actions/github-script/compare/v7.0.0...v7.0.1

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

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: https://github.com/actions/setup-node/compare/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: https://github.com/actions/setup-node/compare/v4...v5.0.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/4807 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 9/22/2025 **Status:** ✅ Merged **Merged:** 11/30/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `renovate/major-github-actions` --- ### 📝 Commits (1) - [`639dd8d`](https://github.com/better-auth/better-auth/commit/639dd8d80bec8586c6978e5ed2a8491ed7aa328f) chore(deps): update github-actions ### 📊 Changes **6 files changed** (+22 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/adapter-tests.yml` (+2 -2) 📝 `.github/workflows/cherry-pick-to-main.yml` (+5 -5) 📝 `.github/workflows/ci.yml` (+6 -6) 📝 `.github/workflows/e2e.yml` (+4 -4) 📝 `.github/workflows/preview.yml` (+2 -2) 📝 `.github/workflows/release.yml` (+3 -3) </details> ### 📄 Description This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5.0.0` -> `v6.0.0` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v6.0.0` | | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v7` -> `v8.0.0` | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v4.4.0` -> `v6.0.0` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6.0.0`](https://redirect.github.com/actions/checkout/compare/v5.0.1...v6.0.0) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5.0.1...v6.0.0) ### [`v5.0.1`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.1) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5.0.0...v5.0.1) ##### What's Changed - Port v6 cleanup to v5 by [@&#8203;ericsciple](https://redirect.github.com/ericsciple) in [#&#8203;2301](https://redirect.github.com/actions/checkout/pull/2301) **Full Changelog**: <https://github.com/actions/checkout/compare/v5...v5.0.1> </details> <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v8.0.0`](https://redirect.github.com/actions/github-script/compare/v7.1.0...v8.0.0) [Compare Source](https://redirect.github.com/actions/github-script/compare/v7.1.0...v8.0.0) ### [`v7.1.0`](https://redirect.github.com/actions/github-script/releases/tag/v7.1.0) [Compare Source](https://redirect.github.com/actions/github-script/compare/v7.0.1...v7.1.0) #### What's Changed - Upgrade husky to v9 by [@&#8203;benelan](https://redirect.github.com/benelan) in [#&#8203;482](https://redirect.github.com/actions/github-script/pull/482) - Add workflow file for publishing releases to immutable action package by [@&#8203;Jcambass](https://redirect.github.com/Jcambass) in [#&#8203;485](https://redirect.github.com/actions/github-script/pull/485) - Upgrade IA Publish by [@&#8203;Jcambass](https://redirect.github.com/Jcambass) in [#&#8203;486](https://redirect.github.com/actions/github-script/pull/486) - Fix workflow status badges by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [#&#8203;497](https://redirect.github.com/actions/github-script/pull/497) - Update usage of `actions/upload-artifact` by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [#&#8203;512](https://redirect.github.com/actions/github-script/pull/512) - Clear up package name confusion by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [#&#8203;514](https://redirect.github.com/actions/github-script/pull/514) - Update dependencies with `npm audit fix` by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [#&#8203;515](https://redirect.github.com/actions/github-script/pull/515) - Specify that the used script is JavaScript by [@&#8203;timotk](https://redirect.github.com/timotk) in [#&#8203;478](https://redirect.github.com/actions/github-script/pull/478) - chore: Add Dependabot for NPM and Actions by [@&#8203;nschonni](https://redirect.github.com/nschonni) in [#&#8203;472](https://redirect.github.com/actions/github-script/pull/472) - Define `permissions` in workflows and update actions by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [#&#8203;531](https://redirect.github.com/actions/github-script/pull/531) - chore: Add Dependabot for .github/actions/install-dependencies by [@&#8203;nschonni](https://redirect.github.com/nschonni) in [#&#8203;532](https://redirect.github.com/actions/github-script/pull/532) - chore: Remove .vscode settings by [@&#8203;nschonni](https://redirect.github.com/nschonni) in [#&#8203;533](https://redirect.github.com/actions/github-script/pull/533) - ci: Use github/setup-licensed by [@&#8203;nschonni](https://redirect.github.com/nschonni) in [#&#8203;473](https://redirect.github.com/actions/github-script/pull/473) - make octokit instance available as octokit on top of github, to make it easier to seamlessly copy examples from GitHub rest api or octokit documentations by [@&#8203;iamstarkov](https://redirect.github.com/iamstarkov) in [#&#8203;508](https://redirect.github.com/actions/github-script/pull/508) - Remove `octokit` README updates for v7 by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [#&#8203;557](https://redirect.github.com/actions/github-script/pull/557) - docs: add "exec" usage examples by [@&#8203;neilime](https://redirect.github.com/neilime) in [#&#8203;546](https://redirect.github.com/actions/github-script/pull/546) - Bump ruby/setup-ruby from 1.213.0 to 1.222.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;563](https://redirect.github.com/actions/github-script/pull/563) - Bump ruby/setup-ruby from 1.222.0 to 1.229.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;575](https://redirect.github.com/actions/github-script/pull/575) - Clearly document passing inputs to the `script` by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [#&#8203;603](https://redirect.github.com/actions/github-script/pull/603) - Update README.md by [@&#8203;nebuk89](https://redirect.github.com/nebuk89) in [#&#8203;610](https://redirect.github.com/actions/github-script/pull/610) #### New Contributors - [@&#8203;benelan](https://redirect.github.com/benelan) made their first contribution in [#&#8203;482](https://redirect.github.com/actions/github-script/pull/482) - [@&#8203;Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [#&#8203;485](https://redirect.github.com/actions/github-script/pull/485) - [@&#8203;timotk](https://redirect.github.com/timotk) made their first contribution in [#&#8203;478](https://redirect.github.com/actions/github-script/pull/478) - [@&#8203;iamstarkov](https://redirect.github.com/iamstarkov) made their first contribution in [#&#8203;508](https://redirect.github.com/actions/github-script/pull/508) - [@&#8203;neilime](https://redirect.github.com/neilime) made their first contribution in [#&#8203;546](https://redirect.github.com/actions/github-script/pull/546) - [@&#8203;nebuk89](https://redirect.github.com/nebuk89) made their first contribution in [#&#8203;610](https://redirect.github.com/actions/github-script/pull/610) **Full Changelog**: <https://github.com/actions/github-script/compare/v7...v7.1.0> ### [`v7.0.1`](https://redirect.github.com/actions/github-script/releases/tag/v7.0.1) [Compare Source](https://redirect.github.com/actions/github-script/compare/v7...v7.0.1) #### What's Changed - Avoid setting `baseUrl` to undefined when input is not provided by [@&#8203;joshmgross](https://redirect.github.com/joshmgross) in [#&#8203;439](https://redirect.github.com/actions/github-script/pull/439) **Full Changelog**: <https://github.com/actions/github-script/compare/v7.0.0...v7.0.1> </details> <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v6.0.0`](https://redirect.github.com/actions/setup-node/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v5.0.0...v6.0.0) ##### What's Changed **Breaking Changes** - Limit automatic caching to npm, update workflows and documentation by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;1374](https://redirect.github.com/actions/setup-node/pull/1374) **Dependency Upgrades** - Upgrade ts-jest from 29.1.2 to 29.4.1 and document breaking changes in v5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1336](https://redirect.github.com/actions/setup-node/pull/1336) - Upgrade prettier from 2.8.8 to 3.6.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1334](https://redirect.github.com/actions/setup-node/pull/1334) - Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1362](https://redirect.github.com/actions/setup-node/pull/1362) **Full Changelog**: <https://github.com/actions/setup-node/compare/v5...v6.0.0> ### [`v5.0.0`](https://redirect.github.com/actions/setup-node/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v4.4.0...v5.0.0) ##### What's Changed ##### Breaking Changes - Enhance caching in setup-node with automatic package manager detection by [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) in [#&#8203;1348](https://redirect.github.com/actions/setup-node/pull/1348) 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` ```yaml steps: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: package-manager-cache: false ``` - Upgrade action to use node24 by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;1325](https://redirect.github.com/actions/setup-node/pull/1325) Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [See Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) ##### Dependency Upgrades - Upgrade [@&#8203;octokit/request-error](https://redirect.github.com/octokit/request-error) and [@&#8203;actions/github](https://redirect.github.com/actions/github) by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1227](https://redirect.github.com/actions/setup-node/pull/1227) - Upgrade uuid from 9.0.1 to 11.1.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1273](https://redirect.github.com/actions/setup-node/pull/1273) - Upgrade undici from 5.28.5 to 5.29.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1295](https://redirect.github.com/actions/setup-node/pull/1295) - Upgrade form-data to bring in fix for critical vulnerability by [@&#8203;gowridurgad](https://redirect.github.com/gowridurgad) in [#&#8203;1332](https://redirect.github.com/actions/setup-node/pull/1332) - Upgrade actions/checkout from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1345](https://redirect.github.com/actions/setup-node/pull/1345) ##### New Contributors - [@&#8203;priya-kinthali](https://redirect.github.com/priya-kinthali) made their first contribution in [#&#8203;1348](https://redirect.github.com/actions/setup-node/pull/1348) - [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [#&#8203;1325](https://redirect.github.com/actions/setup-node/pull/1325) **Full Changelog**: <https://github.com/actions/setup-node/compare/v4...v5.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/better-auth/better-auth). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQyLjE5LjkiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 22:06:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#31187