Bump the actions group across 1 directory with 3 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 3 updates in the / directory: actions/github-script, softprops/action-gh-release 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 softprops/action-gh-release from 2 to 3
Release notes
Sourced from softprops/action-gh-release's releases.
v3.0.0
3.0.0is a major release that moves the action runtime from Node 20 to Node 24. Usev3on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay onv2.6.2.What's Changed
Other Changes 🔄
- Move the action runtime and bundle target to Node 24
- Update
@types/nodeto the Node 24 line and allow future Dependabot updates- Keep the floating major tag on
v3;v2remains pinned to the latest2.xreleasev2.6.2
What's Changed
Other Changes 🔄
- chore(deps): bump picomatch from 4.0.3 to 4.0.4 by
@dependabot[bot] in softprops/action-gh-release#775- chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by
@dependabot[bot] in softprops/action-gh-release#777- chore(deps): bump vite from 8.0.0 to 8.0.5 by
@dependabot[bot] in softprops/action-gh-release#781Full Changelog: https://github.com/softprops/action-gh-release/compare/v2...v2.6.2
v2.6.1
2.6.1is a patch release focused on restoring linked discussion thread creation whendiscussion_category_nameis set. It fixes[#764](https://github.com/softprops/action-gh-release/issues/764), where the draft-first publish flow stopped carrying the discussion category through the final publish step.If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.
What's Changed
Bug fixes 🐛
- fix: preserve discussion category on publish by
@chenrui333in softprops/action-gh-release#765v2.6.0
2.6.0is a minor release centered onprevious_tagsupport forgenerate_release_notes, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, aworking_directorydocs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.
What's Changed
... (truncated)
Changelog
Sourced from softprops/action-gh-release's changelog.
0.1.13
- fix issue with multiple runs concatenating release bodies #145
Commits
b430933release: cut v3.0.0 for Node 24 upgrade (#670)c2e35e0chore(deps): bump the npm group across 1 directory with 7 updates (#783)- See full diff 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: | 15275988 |
| UUID: | 4253105946 |
| Node ID: | PR_kwDOOkKY6c7R7Z8w |
| Host: | GitHub |
| Repository: | EngineScript/enginescript-site-optimizer |