Bump the actions group across 1 directory with 2 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(2 months ago)
(2 months ago)
automated dependencies security automation maintenance
Bumps the actions group with 2 updates in the / directory: actions/github-script and ramsey/composer-install.
Updates actions/github-script from 8 to 9
Release notes
Sourced from actions/github-script's releases.
v9.0.0
New features:
getOctokitfactory 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 withgetOctokitfor details and examples.- Orchestration ID in user-agent — The
ACTIONS_ORCHESTRATION_IDenvironment 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/githubv9 (ESM-only) meansrequire('@actions/github')will fail at runtime. If you previously used patterns likeconst { getOctokit } = require('@actions/github')to create secondary clients, use the new injectedgetOctokitfunction instead — it's available directly in the script context with no imports needed.getOctokitis now an injected function parameter. Scripts that declareconst getOctokit = ...orlet getOctokit = ...will get aSyntaxErrorbecause JavaScript does not allowconst/letredeclaration of function parameters. Use the injectedgetOctokitdirectly, or usevar getOctokit = ...if you need to redeclare it.- If your script accesses other
@actions/githubinternals beyond the standardgithub/octokitclient, you may need to update those references for v9 compatibility.What's Changed
- Add ACTIONS_ORCHESTRATION_ID to user-agent string by
@Copilotin actions/github-script#695- ci: use deployment: false for integration test environments by
@salmanmkcin actions/github-script#712- feat!: add getOctokit to script context, upgrade
@actions/githubv9,@octokit/corev7, and related packages by@salmanmkcin actions/github-script#700New Contributors
@Copilotmade their first contribution in actions/github-script#695Full Changelog: https://github.com/actions/github-script/compare/v8.0.0...v9.0.0
Commits
3a2844bMerge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...ca10bbdfix: use@octokit/core/types import for v7 compatibility86e48e2merge: incorporate main branch changesc108472chore: rebuild dist for v9 upgrade and getOctokit factoryafff112Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...ff8117eci: fix user-agent test to handle orchestration ID81c6b78ci: use deployment: false to suppress deployment noise from integration tests3953cafdocs: update README examples from@v8to@v9, add getOctokit docs and v9 brea...c17d55bci: add getOctokit integration test joba047196test: add getOctokit integration tests via callAsyncFunction- Additional commits viewable in compare view
Updates ramsey/composer-install from 3 to 4
Release notes
Sourced from ramsey/composer-install's releases.
4.0.0
What's Changed
chore: Bump actions/cache from 4.2.4 to 5.0.3 by
@dependabot[bot] in ramsey/composer-install#278This necessitates a new major version because actions/cache v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. This is a breaking change for anyone using self-hosted runners.
Full Changelog: https://github.com/ramsey/composer-install/compare/3.2.1...4.0.0
3.2.1
What's Changed
- Fix missing cache key hash of
composer.json(andcomposer.lock), as reported in ramsey/composer-install#277.Full Changelog: https://github.com/ramsey/composer-install/compare/3.2.0...3.2.1
3.2.0
What's Changed
- Pin cache action version by
@saibotkin ramsey/composer-install#271New Contributors
@saibotkmade their first contribution in ramsey/composer-install#271Full Changelog: https://github.com/ramsey/composer-install/compare/3.1.1...3.2.0
3.1.1
What's Changed
- Use the value of the
COMPOSERenvironment variable if it exists; fixes ramsey/composer-install#264Full Changelog: https://github.com/ramsey/composer-install/compare/3.1.0...3.1.1
3.1.0
What's Changed
- ✨ Add new composer-filename option by
@badasukerubinin ramsey/composer-install#261- Add instructions on how to use the automatic GHA token by
@Jean85in ramsey/composer-install#263New Contributors
@badasukerubinmade their first contribution in ramsey/composer-install#261Full Changelog: https://github.com/ramsey/composer-install/compare/3.0.1...3.1.0
3.0.1
What's Changed
- fix: Improve composer.lock behavior with ignore-cache by
@flagbradin ramsey/composer-install#260New Contributors
@flagbradmade their first contribution in ramsey/composer-install#260Full Changelog: https://github.com/ramsey/composer-install/compare/3.0.0...3.0.1
Commits
5c2bcf2chore: Bump codecov/codecov-action from 5.5.2 to 5.5.3 (#283)cfc3f1achore: Bump actions/cache from 5.0.3 to 5.0.4 (#282)2a22a98chore: Bump ruby/setup-ruby from 1.293.0 to 1.295.0 (#281)2b6adcfdocs: update README examples to use 4.0.0 pinned hash65e4f84docs: update badges for v4 branch853e7d7chore: Bump actions/cache from 4.2.4 to 5.0.3 (#278)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
Technical Details
| ID: | 15188797 |
| UUID: | 4237983575 |
| Node ID: | PR_kwDOOkKY6c7RZYo2 |
| Host: | GitHub |
| Repository: | EngineScript/enginescript-site-optimizer |