Skip to content

chore: update @types/node and @typescript-eslint dependencies to resolve npm audit findings#755

Merged
HarithaVattikuti merged 1 commit into
actions:mainfrom
HarithaVattikuti:depsupdate
Jun 16, 2026
Merged

chore: update @types/node and @typescript-eslint dependencies to resolve npm audit findings#755
HarithaVattikuti merged 1 commit into
actions:mainfrom
HarithaVattikuti:depsupdate

Conversation

@HarithaVattikuti

Copy link
Copy Markdown
Contributor

What changed

  • Bumped @types/node from ^24.1.0 to ^25.9.3
  • Bumped @typescript-eslint/eslint-plugin from ^8.31.1 to ^8.61.0
  • Bumped @typescript-eslint/parser from ^8.35.1 to ^8.61.0
  • updated XML-related packages such as:
    • fast-xml-parser
    • fast-xml-builder
    • path-expression-matcher
    • strnum
  • Updated generated license metadata under .licenses/npm/ for newly introduced and updated transitive dependencies

@HarithaVattikuti HarithaVattikuti requested a review from a team as a code owner June 12, 2026 14:39
Copilot AI review requested due to automatic review settings June 12, 2026 14:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates TypeScript/ESLint and XML-related npm dependencies (plus regenerated dist/ bundles and .licenses/ metadata) to address npm audit findings in the setup-go JavaScript action codebase.

Changes:

  • Bumped dev tooling deps: @types/node, @typescript-eslint/eslint-plugin, and @typescript-eslint/parser.
  • Updated XML-related transitive packages (e.g., fast-xml-parser, fast-xml-builder, path-expression-matcher, strnum) via the lockfile.
  • Regenerated dist/ outputs and added/updated .licenses/npm/*.dep.yml entries for newly introduced/updated dependencies.

Reviewed changes

Copilot reviewed 8 out of 11 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.json Updates devDependency versions for Node types and TypeScript ESLint tooling.
package-lock.json Locks updated versions/resolutions for the bumped toolchain and transitive deps (incl. XML-related packages).
dist/setup/index.js Regenerated bundled action entrypoint after dependency updates.
dist/cache-save/index.js Regenerated bundled post action after dependency updates.
.licenses/npm/xml-naming.dep.yml Adds license metadata for new xml-naming dependency.
.licenses/npm/strnum.dep.yml Updates license metadata version for strnum.
.licenses/npm/path-expression-matcher.dep.yml Updates license metadata version for path-expression-matcher.
.licenses/npm/fast-xml-parser.dep.yml Updates license metadata version for fast-xml-parser.
.licenses/npm/fast-xml-builder.dep.yml Updates license metadata version for fast-xml-builder.
.licenses/npm/anynum.dep.yml Adds license metadata for new anynum dependency.
.licenses/npm/@nodable/entities.dep.yml Adds license metadata for new @nodable/entities dependency.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment on lines 41 to +45
"@types/jest": "^29.5.14",
"@types/node": "^24.1.0",
"@types/node": "^25.9.3",
"@types/semver": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.35.1",
"@typescript-eslint/eslint-plugin": "^8.61.0",
"@typescript-eslint/parser": "^8.61.0",
@HarithaVattikuti HarithaVattikuti merged commit 4a2405e into actions:main Jun 16, 2026
127 checks passed
eleboucher pushed a commit to eleboucher/talos-mcp that referenced this pull request Jun 24, 2026
…#14)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | minor | `v6.4.0` → `v6.5.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/3) for more information.

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v6.5.0`](https://github.com/actions/setup-go/releases/tag/v6.5.0)

[Compare Source](actions/setup-go@v6.4.0...v6.5.0)

#### What's Changed

##### Dependency update

- Upgrade actions dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;744](actions/setup-go#744)
- Upgrade [@&#8203;types/node](https://github.com/types/node) and typescript-eslint dependencies to resolve npm audit findings by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;755](actions/setup-go#755)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 5.1.0, log cache write denied by [@&#8203;jasongin](https://github.com/jasongin) in [#&#8203;758](actions/setup-go#758)
- Upgrade version to 6.5.0 in package.json and package-lock.json by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;762](actions/setup-go#762)

#### New Contributors

- [@&#8203;priyagupta108](https://github.com/priyagupta108) with [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;744](actions/setup-go#744)
- [@&#8203;jasongin](https://github.com/jasongin) made their first contribution in [#&#8203;758](actions/setup-go#758)

**Full Changelog**: <actions/setup-go@v6...v6.5.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwidHlwZS9taW5vciJdfQ==-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/talos-mcp/pulls/14
eleboucher pushed a commit to eleboucher/runner-k8s-plugin that referenced this pull request Jun 24, 2026
…#74)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | minor | `v6.4.0` → `v6.5.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/10) for more information.

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v6.5.0`](https://github.com/actions/setup-go/releases/tag/v6.5.0)

[Compare Source](actions/setup-go@v6.4.0...v6.5.0)

#### What's Changed

##### Dependency update

- Upgrade actions dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;744](actions/setup-go#744)
- Upgrade [@&#8203;types/node](https://github.com/types/node) and typescript-eslint dependencies to resolve npm audit findings by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;755](actions/setup-go#755)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 5.1.0, log cache write denied by [@&#8203;jasongin](https://github.com/jasongin) in [#&#8203;758](actions/setup-go#758)
- Upgrade version to 6.5.0 in package.json and package-lock.json by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;762](actions/setup-go#762)

#### New Contributors

- [@&#8203;priyagupta108](https://github.com/priyagupta108) with [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;744](actions/setup-go#744)
- [@&#8203;jasongin](https://github.com/jasongin) made their first contribution in [#&#8203;758](actions/setup-go#758)

**Full Changelog**: <actions/setup-go@v6...v6.5.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwidHlwZS9taW5vciJdfQ==-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/runner-k8s-plugin/pulls/74
eleboucher pushed a commit to eleboucher/apoci that referenced this pull request Jun 24, 2026
…#98)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | minor | `v6.4.0` → `v6.5.0` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/9) for more information.

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v6.5.0`](https://github.com/actions/setup-go/releases/tag/v6.5.0)

[Compare Source](actions/setup-go@v6.4.0...v6.5.0)

#### What's Changed

##### Dependency update

- Upgrade actions dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;744](actions/setup-go#744)
- Upgrade [@&#8203;types/node](https://github.com/types/node) and typescript-eslint dependencies to resolve npm audit findings by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;755](actions/setup-go#755)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 5.1.0, log cache write denied by [@&#8203;jasongin](https://github.com/jasongin) in [#&#8203;758](actions/setup-go#758)
- Upgrade version to 6.5.0 in package.json and package-lock.json by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;762](actions/setup-go#762)

#### New Contributors

- [@&#8203;priyagupta108](https://github.com/priyagupta108) with [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;744](actions/setup-go#744)
- [@&#8203;jasongin](https://github.com/jasongin) made their first contribution in [#&#8203;758](actions/setup-go#758)

**Full Changelog**: <actions/setup-go@v6...v6.5.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwidHlwZS9taW5vciJdfQ==-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/apoci/pulls/98
hbjydev pushed a commit to hbjydev/containers that referenced this pull request Jun 25, 2026
…#12)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | minor | `v6.4.0` → `v6.5.0` |

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v6.5.0`](https://github.com/actions/setup-go/releases/tag/v6.5.0)

[Compare Source](actions/setup-go@v6.4.0...v6.5.0)

#### What's Changed

##### Dependency update

- Upgrade actions dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;744](actions/setup-go#744)
- Upgrade [@&#8203;types/node](https://github.com/types/node) and typescript-eslint dependencies to resolve npm audit findings by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;755](actions/setup-go#755)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 5.1.0, log cache write denied by [@&#8203;jasongin](https://github.com/jasongin) in [#&#8203;758](actions/setup-go#758)
- Upgrade version to 6.5.0 in package.json and package-lock.json by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;762](actions/setup-go#762)

#### New Contributors

- [@&#8203;priyagupta108](https://github.com/priyagupta108) with [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;744](actions/setup-go#744)
- [@&#8203;jasongin](https://github.com/jasongin) made their first contribution in [#&#8203;758](actions/setup-go#758)

**Full Changelog**: <actions/setup-go@v6...v6.5.0>

</details>

---

### Configuration

📅 **Schedule**: (in timezone Europe/London)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzQuMiIsInVwZGF0ZWRJblZlciI6IjQzLjIzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwidHlwZS9taW5vciJdfQ==-->

Reviewed-on: https://forgejo.hayden.moe/hayden/containers/pulls/12
eleboucher pushed a commit to eleboucher/forgesync that referenced this pull request Jun 26, 2026
…#14)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | minor | `v6.4.0` → `v6.5.0` |

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v6.5.0`](https://github.com/actions/setup-go/releases/tag/v6.5.0)

[Compare Source](actions/setup-go@v6.4.0...v6.5.0)

#### What's Changed

##### Dependency update

- Upgrade actions dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;744](actions/setup-go#744)
- Upgrade [@&#8203;types/node](https://github.com/types/node) and typescript-eslint dependencies to resolve npm audit findings by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;755](actions/setup-go#755)
- Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 5.1.0, log cache write denied by [@&#8203;jasongin](https://github.com/jasongin) in [#&#8203;758](actions/setup-go#758)
- Upgrade version to 6.5.0 in package.json and package-lock.json by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;762](actions/setup-go#762)

#### New Contributors

- [@&#8203;priyagupta108](https://github.com/priyagupta108) with [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;744](actions/setup-go#744)
- [@&#8203;jasongin](https://github.com/jasongin) made their first contribution in [#&#8203;758](actions/setup-go#758)

**Full Changelog**: <actions/setup-go@v6...v6.5.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwidHlwZS9taW5vciJdfQ==-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/forgesync/pulls/14
mergify Bot added a commit to ArcadeData/arcadedb that referenced this pull request Jul 5, 2026
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.5.0 to 6.5.0.
Release notes

*Sourced from [actions/setup-go's releases](https://github.com/actions/setup-go/releases).*

> v6.5.0
> ------
>
> What's Changed
> --------------
>
> ### Dependency update
>
> * Upgrade actions dependencies by [`@​priyagupta108`](https://github.com/priyagupta108) with [`@​Copilot`](https://github.com/Copilot) in [actions/setup-go#744](https://redirect.github.com/actions/setup-go/pull/744)
> * Upgrade `@​types/node` and typescript-eslint dependencies to resolve npm audit findings by [`@​HarithaVattikuti`](https://github.com/HarithaVattikuti) in [actions/setup-go#755](https://redirect.github.com/actions/setup-go/pull/755)
> * Upgrade `@​actions/cache` to 5.1.0, log cache write denied by [`@​jasongin`](https://github.com/jasongin) in [actions/setup-go#758](https://redirect.github.com/actions/setup-go/pull/758)
> * Upgrade version to 6.5.0 in package.json and package-lock.json by [`@​HarithaVattikuti`](https://github.com/HarithaVattikuti) in [actions/setup-go#762](https://redirect.github.com/actions/setup-go/pull/762)
>
> New Contributors
> ----------------
>
> * [`@​priyagupta108`](https://github.com/priyagupta108) with [`@​Copilot`](https://github.com/Copilot) made their first contribution in [actions/setup-go#744](https://redirect.github.com/actions/setup-go/pull/744)
> * [`@​jasongin`](https://github.com/jasongin) made their first contribution in [actions/setup-go#758](https://redirect.github.com/actions/setup-go/pull/758)
>
> **Full Changelog**: <actions/setup-go@v6...v6.5.0>
>
> v6.4.0
> ------
>
> What's Changed
> --------------
>
> ### Enhancement
>
> * Add go-download-base-url input for custom Go distributions by [`@​gdams`](https://github.com/gdams) in [actions/setup-go#721](https://redirect.github.com/actions/setup-go/pull/721)
>
> ### Dependency update
>
> * Upgrade minimatch from 3.1.2 to 3.1.5 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-go#727](https://redirect.github.com/actions/setup-go/pull/727)
>
> ### Documentation update
>
> * Rearrange README.md, add advanced-usage.md by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-go#724](https://redirect.github.com/actions/setup-go/pull/724)
> * Fix Microsoft build of Go link by [`@​gdams`](https://github.com/gdams) in [actions/setup-go#734](https://redirect.github.com/actions/setup-go/pull/734)
>
> New Contributors
> ----------------
>
> * [`@​gdams`](https://github.com/gdams) made their first contribution in [actions/setup-go#721](https://redirect.github.com/actions/setup-go/pull/721)
>
> **Full Changelog**: <actions/setup-go@v6...v6.4.0>
>
> v6.3.0
> ------
>
> What's Changed
> --------------
>
> * Update default Go module caching to use go.mod by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-go#705](https://redirect.github.com/actions/setup-go/pull/705)
> * Fix golang download url to go.dev by [`@​178inaba`](https://github.com/178inaba) in [actions/setup-go#469](https://redirect.github.com/actions/setup-go/pull/469)
>
> **Full Changelog**: <actions/setup-go@v6...v6.3.0>
>
> v6.2.0
> ------
>
> What's Changed
> --------------
>
> ### Enhancements
>
> * Example for restore-only cache in documentation by [`@​aparnajyothi-y`](https://github.com/aparnajyothi-y) in [actions/setup-go#696](https://redirect.github.com/actions/setup-go/pull/696)
> * Update Node.js version in action.yml by [`@​ccoVeille`](https://github.com/ccoVeille) in [actions/setup-go#691](https://redirect.github.com/actions/setup-go/pull/691)
> * Documentation update of actions/checkout by [`@​deining`](https://github.com/deining) in [actions/setup-go#683](https://redirect.github.com/actions/setup-go/pull/683)
>
> ### Dependency updates
>
> * Upgrade js-yaml from 3.14.1 to 3.14.2 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-go#682](https://redirect.github.com/actions/setup-go/pull/682)
> * Upgrade `@​actions/cache` to v5 by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/setup-go#695](https://redirect.github.com/actions/setup-go/pull/695)
> * Upgrade actions/checkout from 5 to 6 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-go#686](https://redirect.github.com/actions/setup-go/pull/686)
> * Upgrade qs from 6.14.0 to 6.14.1 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-go#703](https://redirect.github.com/actions/setup-go/pull/703)

... (truncated)


Commits

* [`924ae3a`](actions/setup-go@924ae3a) chore: bump version to 6.5.0 in package.json and package-lock.json ([#762](https://redirect.github.com/actions/setup-go/issues/762))
* [`e91cc3b`](actions/setup-go@e91cc3b) Bump `@​actions/cache` to 5.1.0, log cache write denied ([#758](https://redirect.github.com/actions/setup-go/issues/758))
* [`4a2405e`](actions/setup-go@4a2405e) chore: update `@​types/node` and [`@​typescript-eslint`](https://github.com/typescript-eslint) dependencies to latest versi...
* [`78961f6`](actions/setup-go@78961f6) chore: update [`@​actions`](https://github.com/actions) dependencies and refresh license cache ([#744](https://redirect.github.com/actions/setup-go/issues/744))
* [`4a36011`](actions/setup-go@4a36011) docs: fix Microsoft build of Go link ([#734](https://redirect.github.com/actions/setup-go/issues/734))
* [`8f19afc`](actions/setup-go@8f19afc) feat: add go-download-base-url input for custom Go distributions ([#721](https://redirect.github.com/actions/setup-go/issues/721))
* [`27fdb26`](actions/setup-go@27fdb26) Bump minimatch from 3.1.2 to 3.1.5 ([#727](https://redirect.github.com/actions/setup-go/issues/727))
* [`def8c39`](actions/setup-go@def8c39) Rearrange README.md, add advanced-usage.md ([#724](https://redirect.github.com/actions/setup-go/issues/724))
* [`4b73464`](actions/setup-go@4b73464) Fix golang download url to go.dev ([#469](https://redirect.github.com/actions/setup-go/issues/469))
* [`a5f9b05`](actions/setup-go@a5f9b05) Update default Go module caching to use go.mod ([#705](https://redirect.github.com/actions/setup-go/issues/705))
* Additional commits viewable in [compare view](actions/setup-go@d35c59a...924ae3a)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/setup-go&package-manager=github\_actions&previous-version=5.5.0&new-version=6.5.0)](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)
---
Dependabot commands and options
  
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 show  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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants