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 or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/github-script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5
Choose a base ref
...
head repository: actions/github-script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
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 authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    d2ed94b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Merge pull request #235 from thboop/patch-1

    Update default runtime to node16
    joshmgross authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    41e1ab4 View commit details
    Browse the repository at this point in the history
  2. Run npm audit fix

    joshmgross committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    2c946f1 View commit details
    Browse the repository at this point in the history
  3. Update node-fetch license

    joshmgross committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    d526c04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72fadf4 View commit details
    Browse the repository at this point in the history
  5. Release version 6.0.0

    joshmgross committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    cd8eebf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5541733 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

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

    Update `node-fetch`
    joshmgross authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    6689be4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #238 from actions/joshmgross/update-actions-core

    Update `@actions/core` to 1.6.0
    joshmgross authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    6b8d8aa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #239 from actions/joshmgross/v6

    Release version 6.0.0
    joshmgross authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    53cdbb4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #240 from actions/joshmgross/document-esm

    Add an example using ESM `import`
    joshmgross authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    9ac0880 View commit details
    Browse the repository at this point in the history
Loading