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: nodenv/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.1
Choose a base ref
...
head repository: nodenv/.github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.2
Choose a head ref
  • 11 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 24, 2025

  1. Bump actions/upload-artifact from 4.6.2 to 5.0.0

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@ea165f8...330a01c)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    7760809 View commit details
    Browse the repository at this point in the history
  2. Bump step-security/harden-runner from 2.13.1 to 2.13.2

    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.1 to 2.13.2.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@f4a75cf...95d9a5d)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.13.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    8da8c54 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Merge pull request #123 from nodenv/dependabot/github_actions/actions…

    …/upload-artifact-5.0.0
    
    Bump actions/upload-artifact from 4.6.2 to 5.0.0
    jasonkarns authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    06f5f86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #125 from nodenv/dependabot/github_actions/step-se…

    …curity/harden-runner-2.13.2
    
    Bump step-security/harden-runner from 2.13.1 to 2.13.2
    jasonkarns authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    c5abc69 View commit details
    Browse the repository at this point in the history
  3. Bump ossf/scorecard-action from 2.4.2 to 2.4.3

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.2 to 2.4.3.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@05b42c6...4eaacf0)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-version: 2.4.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    771553d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #126 from nodenv/dependabot/github_actions/ossf/sc…

    …orecard-action-2.4.3
    
    Bump ossf/scorecard-action from 2.4.2 to 2.4.3
    jasonkarns authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    5cc5c61 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Run superlinter against nodenv repos as part of .github tests (#131)

    Superlinter continues to make changes that causes failures. But we don't
    _know_ about those failures until after we upgrade superlinter in
    .github, then release, then upgrade a dependent's reference to .github.
    
    So let's try pre-emptively running superlinter against our repos
    _before_ upgrading. So we can catch problems before we cut a release of
    .github.
    jasonkarns authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    b6c3b92 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Bump actions/dependency-review-action from 4.7.1 to 4.8.2 (#129)

    Bumps
    [actions/dependency-review-action](https://github.com/actions/dependency-review-action)
    from 4.7.1 to 4.8.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/dependency-review-action/releases">actions/dependency-review-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.8.2</h2>
    <p>Minor fixes:</p>
    <ul>
    <li>Fix PURL parsing for scoped packages (<a
    href="https://redirect.github.com/actions/dependency-review-action/issues/1008">#1008</a>
    from <a
    href="https://github.com/danielhardej"><code>@​danielhardej</code></a>)</li>
    <li>Fix for large summaries (<a
    href="https://redirect.github.com/actions/dependency-review-action/issues/1007">#1007</a>
    from <a
    href="https://github.com/gitulisca"><code>@​gitulisca</code></a>)</li>
    <li>README includes a working example for allow-dependencies-licenses
    (<a
    href="https://redirect.github.com/actions/dependency-review-action/issues/1009">#1009</a>
    from <a
    href="https://github.com/danielhardej"><code>@​danielhardej</code></a>)</li>
    </ul>
    <h2>Dependency Review Action v4.8.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>(bug) Fix spamming link test in deprecation warning (again) by <a
    href="https://github.com/ahpook"><code>@​ahpook</code></a> in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/1000">actions/dependency-review-action#1000</a></li>
    <li>Bump version for 4.8.1 release by <a
    href="https://github.com/ahpook"><code>@​ahpook</code></a> in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/1001">actions/dependency-review-action#1001</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/dependency-review-action/compare/v4...v4.8.1">https://github.com/actions/dependency-review-action/compare/v4...v4.8.1</a></p>
    <h2>v4.8.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Make Ruby Code Scannable by <a
    href="https://github.com/ljones140"><code>@​ljones140</code></a> in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/978">actions/dependency-review-action#978</a></li>
    <li>Batch some contributions for release by <a
    href="https://github.com/brrygrdn"><code>@​brrygrdn</code></a> in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/986">actions/dependency-review-action#986</a>
    <ul>
    <li>Make license lists collapsable by <a
    href="https://github.com/jasperkamerling"><code>@​jasperkamerling</code></a></li>
    <li>feat: add large summary handling with artifact upload by <a
    href="https://github.com/MattMencel"><code>@​MattMencel</code></a></li>
    </ul>
    </li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/ljones140"><code>@​ljones140</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/978">actions/dependency-review-action#978</a></li>
    <li><a
    href="https://github.com/jasperkamerling"><code>@​jasperkamerling</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/986">actions/dependency-review-action#986</a></li>
    <li><a
    href="https://github.com/MattMencel"><code>@​MattMencel</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/986">actions/dependency-review-action#986</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/dependency-review-action/compare/v4...v4.8.0">https://github.com/actions/dependency-review-action/compare/v4...v4.8.0</a></p>
    <h2>4.7.3</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add explicit permissions to workflow files by <a
    href="https://github.com/AshelyTC"><code>@​AshelyTC</code></a> in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/966">actions/dependency-review-action#966</a></li>
    <li>Claire153/fix spamming mentioned issue by <a
    href="https://github.com/claire153"><code>@​claire153</code></a> in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/974">actions/dependency-review-action#974</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/dependency-review-action/compare/v4...v4.7.3">https://github.com/actions/dependency-review-action/compare/v4...v4.7.3</a></p>
    <h2>4.7.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add Missing Languages to CodeQL Advanced Configuration by <a
    href="https://github.com/KyFaSt"><code>@​KyFaSt</code></a> in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/945">actions/dependency-review-action#945</a></li>
    <li>Deprecate deny lists by <a
    href="https://github.com/claire153"><code>@​claire153</code></a> in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/958">actions/dependency-review-action#958</a></li>
    <li>Address discrepancy between docs and reality by <a
    href="https://github.com/ahpook"><code>@​ahpook</code></a> in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/960">actions/dependency-review-action#960</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/KyFaSt"><code>@​KyFaSt</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/945">actions/dependency-review-action#945</a></li>
    <li><a href="https://github.com/claire153"><code>@​claire153</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/958">actions/dependency-review-action#958</a></li>
    <li><a href="https://github.com/ahpook"><code>@​ahpook</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/dependency-review-action/pull/960">actions/dependency-review-action#960</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/dependency-review-action/compare/v4...v4.7.2">https://github.com/actions/dependency-review-action/compare/v4...v4.7.2</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/dependency-review-action/commit/3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261"><code>3c4e3dc</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/dependency-review-action/issues/1016">#1016</a>
    from actions/dra-release</li>
    <li><a
    href="https://github.com/actions/dependency-review-action/commit/02930b20720cb37e7293c96576ceb2f02ce79c71"><code>02930b2</code></a>
    Update CONTRIBUTING to reflect new guidelines</li>
    <li><a
    href="https://github.com/actions/dependency-review-action/commit/49ffd9f63637913e4278660c97bdd9bac6ecea38"><code>49ffd9f</code></a>
    Update CONTRIBUTING to reflect the need to build</li>
    <li><a
    href="https://github.com/actions/dependency-review-action/commit/70cb25ec56c23f6b008aa8cc4dd3a75e22332068"><code>70cb25e</code></a>
    4.8.2 release</li>
    <li><a
    href="https://github.com/actions/dependency-review-action/commit/ebabd31cea6586a03e892ca61a418ff50fd4c0ad"><code>ebabd31</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/dependency-review-action/issues/1008">#1008</a>
    from danielhardej/danielhardej-patch-20251023</li>
    <li><a
    href="https://github.com/actions/dependency-review-action/commit/19f9360983096b13b12d6095ff298528ffbfe9cf"><code>19f9360</code></a>
    Update package-lock.json</li>
    <li><a
    href="https://github.com/actions/dependency-review-action/commit/5fd2f98b4f14a64e9282b091e56b3d23ea8cb6d8"><code>5fd2f98</code></a>
    Bump <code>@​types/jest</code> to version 29.5.14</li>
    <li><a
    href="https://github.com/actions/dependency-review-action/commit/28647f4804ba29122df4b83b4bf78c2377efcbb1"><code>28647f4</code></a>
    Fix PURL parsing by removing encodeURI</li>
    <li><a
    href="https://github.com/actions/dependency-review-action/commit/f620fd175c123251c10ec99199c434acc0f47438"><code>f620fd1</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/dependency-review-action/issues/1013">#1013</a>
    from actions/dangoor/token-fix</li>
    <li><a
    href="https://github.com/actions/dependency-review-action/commit/9b42b7e9a9f440759477243274165b8398354f4e"><code>9b42b7e</code></a>
    Remove bad token reference</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/dependency-review-action/compare/da24556b548a50705dd671f47852072ea4c105d9...3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/dependency-review-action&package-manager=github_actions&previous-version=4.7.1&new-version=4.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    222fe50 View commit details
    Browse the repository at this point in the history
  2. disable commitlint

    jasonkarns committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    506d5b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acae64c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    a47844f View commit details
    Browse the repository at this point in the history
Loading