Just a couple of dependency updates for security!
What’s Changed
- Bump node-fetch from 2.6.0 to 2.6.1 (#132) @dependabot
- Bump @actions/core from 1.2.4 to 1.2.6 (#133) @dependabot
Unclaimed project
Are you a maintainer of actions-toolkit? Claim this project to take control of your public changelog and roadmap.
Just a couple of dependency updates for security!
This release includes two TypeScript changes - in an abundance of caution I've marked it as a new major version, but there aren't any changes other than the two PRs below. Have fun!
There are a couple of major improvements that are unfortunately breaking changes:
tools.context.issue returns a different objectThanks to @mheap, tools.context.issue now returns { owner, repo, issue_number } instead of { owner, repo, number }. This is due to a change in the Octokit SDK. To have parity with pull requests, there is now also `tools.context.pu...
This release only upgrades the bundled version of @octokit/rest tov17. See #109 for more details, but the breaking changes are best found in the @octokit/rest release!