Update dependencies in github package by takost · Pull Request #1553 · actions/toolkit (original) (raw)
Update octokit dependencies in github package.
According to octokit docs to use proxy we need to start using custom fetch function. This functionality was implemented in new @actions/http-client.
As usage of fetch function is new logic, and octokit update has breaking changes, I bumped major version of github package. After this update github package will be able to use only with node>=18
I tested this change with checkout action: actions/checkout#1504