# @actions/github Releases ### 3.0.0 - [Swap to @octokit/core and use plugins to leverage lastest octokit apis](https://github.com/actions/toolkit/pull/453) - [Add comment field to payload context](https://github.com/actions/toolkit/pull/375) ### 2.2.0 - [Support GHES: Use GITHUB_API_URL and GITHUB_GRAPHQL_URL to determine baseUrl](https://github.com/actions/toolkit/pull/449) ### 2.1.1 - [Use import {Octokit}](https://github.com/actions/toolkit/pull/332) - [Check proxy bypass before setting proxy agent](https://github.com/actions/toolkit/pull/320) ### 2.1.0 - [Octokit client follows proxy settings](https://github.com/actions/toolkit/pull/314) - [Fix issue number for pull request comment events](https://github.com/actions/toolkit/pull/311) ### 2.0.1 - [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221) ### 2.0.0 - Upgrade Octokit version to 4.x to include typescript types [#228](https://github.com/actions/toolkit/pull/228) ### 1.1.0 - Accept Octokit.Options in the GitHub constructor [#113](https://github.com/actions/toolkit/pull/113) ### 1.0.1 - Simplify WebPack configs by removing dynamic require - [#101](https://github.com/actions/toolkit/pull/101) ### 1.0.0 - Initial release