Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: actions/github-script
base: v5
Choose a base ref
head repository: actions/github-script
compare: v6
Choose a head ref
  • 11 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 7, 2022

  1. Update default runtime to node16

    Node 12 has an end of life on April 30, 2022.
    
    This PR updates the default runtime to [node16](https://github.blog/changelog/2021-12-10-github-actions-github-hosted-runners-now-run-node-js-16-by-default/), rather then node12. 
    
    This is supported on all Actions Runners v2.285.0 or later.
    thboop committed Feb 7, 2022

Commits on Feb 11, 2022

  1. Merge pull request #237 from actions/joshmgross/audit-fix

    Update `node-fetch`
    joshmgross committed Feb 11, 2022
  2. Merge pull request #238 from actions/joshmgross/update-actions-core

    Update `@actions/core` to 1.6.0
    joshmgross committed Feb 11, 2022
  3. Merge pull request #239 from actions/joshmgross/v6

    Release version 6.0.0
    joshmgross committed Feb 11, 2022
  4. Merge pull request #240 from actions/joshmgross/document-esm

    Add an example using ESM `import`
    joshmgross committed Feb 11, 2022