An open index of dependabot pull requests across open source projects.

Bump @github/local-action from 3.2.1 to 5.0.0

Closed
Number: #2
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: July 11, 2025 at 09:49 PM UTC
(11 months ago)
Updated: September 06, 2025 at 12:20 AM UTC
(9 months ago)
Closed: September 06, 2025 at 12:20 AM UTC
(9 months ago)
Time to Close: about 2 months
Labels:
dependencies javascript
Description:

Bumps @github/local-action from 3.2.1 to 5.0.0.

Release notes

Sourced from @​github/local-action's releases.

v5.0.0

What's Changed

Full Changelog: https://github.com/github/local-action/compare/v4...v5.0.0

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/github/local-action/compare/v3...v4.0.0

Changelog

Sourced from @​github/local-action's changelog.

Changelog

v5

Removes support for custom paths in the target action's tsconfig.json. This appears to have been causing issues with type-stripping and later versions of Node.js.

v4

This version adds support for pre and post scripts for actions. These should follow the same structure as the run action code (see the README.md for more details).

v3

This version adds experimental support for pnpm and yarn.

Depending on the package manager and version, the invocation of the tsx command that drives @github/local-action is invoked differently.

Package Manager Version Command
npm Any npm exec
pnpm Any pnpm dlx
yarn <= 3 yarn exec
yarn >= 4 yarn dlx

Alongside this, yarn PnP support is implemented via unplugging any modules stubbed by @github/local-action and "re-plugging" after completion of the action run.

This support is still a work in progress. Any feedback or issues are welcome!

v2

As of version 2.0.0, the local-action tool has been updated to require Node.js v20.6.0 or higher. This is necessary to support ESM loaders to override dependencies in the GitHub Actions Toolkit.

v1

With the release of v1.0.0, there was a need to switch from ts-node to

... (truncated)

Commits
  • ebc7c20 Remove bootstrap script call (#204)
  • 53b566b Remove bootstrap script call
  • cfca9e1 Add support for pre/post commands (#203)
  • 1c4a59a Merge branch 'main' into ncalteen/183
  • 61ec4c0 Add pre and post support to run command
  • 0263bad Add pre and post options to command processor
  • 0034f02 Pass args via end of options
  • 63b31e7 Add pre and post command documentation
  • 4c3ce0b docs: style title order (#202)
  • 388392f docs: style title order
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
npm
Version Change:
3.2.1 → 5.0.0
Update Type:
Major
Technical Details
ID: 7039579
UUID: 3224308569
Node ID: PR_kwDOPLE4aM6eknt4
Host: GitHub
Repository: xcelera-dev/cli