Skip to content

Update dependency actions-toolkit to v3#24

Open
dev-mend-for-github-com[bot] wants to merge 1 commit intomainfrom
whitesource-remediate/actions-toolkit-3.x
Open

Update dependency actions-toolkit to v3#24
dev-mend-for-github-com[bot] wants to merge 1 commit intomainfrom
whitesource-remediate/actions-toolkit-3.x

Conversation

@dev-mend-for-github-com
Copy link

This PR contains the following updates:

Package Type Update Change
actions-toolkit dependencies major ^2.1.0^3.0.0

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score Vulnerability Reachability
Medium Medium 5.3 CVE-2022-25883

Release Notes

JasonEtco/actions-toolkit (actions-toolkit)

v3.0.0

Compare Source

New features

This release brings a lot of new features that are available in the Actions runtime, mostly by wrapping actions/toolkit.

  • tools.inputs is a Proxy instance that lets you access the inputs of your action:
uses: JasonEtco/example-action@master
with:
  foo: bar

You can access those using tools.inputs:

console.log(tools.inputs.foo) // -> 'bar'
  • Toolkit.run will now call core.setFailed upon failure, which sets an annotation to expose the error message more clearly in the GitHub Actions UI.

Breaking changes

  • Toolkit#config has been removed. You should probably use tools.inputs instead!
  • tools.arguments has been removed. You should probably use tools.inputs instead!

What’s Changed


  • If you want to rebase/retry this PR, check this box

@dev-mend-for-github-com dev-mend-for-github-com bot added the security fix Security fix generated by Mend label Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

security fix Security fix generated by Mend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants