Skip to content

build(deps): bump the github-actions group with 5 updates#704

Merged
edenreich merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-e04eaa493a
Jul 1, 2026
Merged

build(deps): bump the github-actions group with 5 updates#704
edenreich merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-e04eaa493a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 5 updates:

Package From To
actions/setup-go 6.4.0 6.5.0
golangci/golangci-lint-action 9.2.1 9.3.0
inference-gateway/.github/.github/workflows/infer.yml 0.14.4 0.14.5
actions/cache 6.0.0 6.1.0
arduino/setup-task 2.0.0 3.0.0

Updates actions/setup-go from 6.4.0 to 6.5.0

Release notes

Sourced from actions/setup-go's releases.

v6.5.0

What's Changed

Dependency update

New Contributors

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

Commits

Updates golangci/golangci-lint-action from 9.2.1 to 9.3.0

Release notes

Sourced from golangci/golangci-lint-action's releases.

v9.3.0

What's Changed

Changes

Dependencies

Full Changelog: golangci/golangci-lint-action@v9.2.1...v9.3.0

Commits
  • ba0d7d2 chore: prepare release v9.3.0
  • efd0857 feat: add no-run-logs-group as experimental option (#1403)
  • ed485de build(deps): bump undici from 6.24.0 to 6.27.0
  • 8872e8d build(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 (#1400)
  • b163415 build(deps): bump tmp from 0.2.6 to 0.2.7 (#1399)
  • e52a9f8 build(deps): bump github/codeql-action from 4.35.5 to 4.36.0 in the github-ac...
  • 8182aa3 build(deps): bump tmp from 0.2.5 to 0.2.6 (#1397)
  • 5403a41 build(deps): bump github/codeql-action from 4.35.4 to 4.35.5 in the github-ac...
  • See full diff in compare view

Updates inference-gateway/.github/.github/workflows/infer.yml from 0.14.4 to 0.14.5

Release notes

Sourced from inference-gateway/.github/.github/workflows/infer.yml's releases.

🚀 Version 0.14.5

0.14.5 (2026-06-30)

Changelog

Sourced from inference-gateway/.github/.github/workflows/infer.yml's changelog.

0.14.5 (2026-06-30)

Commits
  • e7f484f chore(release): 🔖 0.14.5 [skip ci]
  • 868fbfb ci(deps): update Claude Code Action to version 1.0.161
  • See full diff in compare view

Updates actions/cache from 6.0.0 to 6.1.0

Release notes

Sourced from actions/cache's releases.

v6.1.0

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

Changelog

Sourced from actions/cache's changelog.

6.1.0

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • See full diff in compare view

Updates arduino/setup-task from 2.0.0 to 3.0.0

Release notes

Sourced from arduino/setup-task's releases.

3.0.0

Migration Guide

The version of the Node.js runtime used to execute the action has been updated from 20 to 24. This could be a breaking change for certain GitHub Actions workflows.

If a workflow with dependency on the arduino/setup-task action uses only GitHub-hosted GitHub Actions runners, no changes are required.

If the workflow uses a self-hosted runner, the workflow run might fail after updating arduino/setup-task:

Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node24' is not supported, use 'docker', 'node16' or 'node20' instead.')
   at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
   at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
Error: Fail to load arduino/setup-task/v3/action.yml

This means an older runner version that does not provide Node.js 24.x is installed on the runner machine. In this case, the runner must be updated to a modern version with Node.js 24.x support prior to updating the arduino/setup-task action in the affected workflow.

Changelog

Breaking

  • Update Node.js runtime for action from 20 to 24 (#1408)

Enhancement

Full Changeset

arduino/setup-task@2.0.0...3.0.0

Contributors

Commits
  • c0bc642 Merge pull request #1412 from arduino/dependabot/npm_and_yarn/prettier-3.9.4
  • c07d23e build(deps-dev): bump prettier from 3.9.3 to 3.9.4
  • f08c616 Merge pull request #1413 from arduino/dependabot/npm_and_yarn/vercel/ncc-0.44.1
  • 9258741 build(deps-dev): bump @​vercel/ncc from 0.44.0 to 0.44.1
  • 5da2ac7 Merge pull request #1341 from arduino/dependabot/npm_and_yarn/actions/tool-ca...
  • 939b4bb Update dependency license metadata cache for @actions/tool-cache bump
  • 8ee93ed Repackage action following @actions/tool-cache bump
  • d179139 build(deps): bump @​actions/tool-cache from 3.0.1 to 4.0.0
  • fdf1a08 Merge pull request #1340 from arduino/dependabot/npm_and_yarn/actions/io-3.0.2
  • b3c627a Repackage action following @actions/io bump
  • Additional commits viewable in compare view

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/setup-go](https://github.com/actions/setup-go) | `6.4.0` | `6.5.0` |
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `9.2.1` | `9.3.0` |
| [inference-gateway/.github/.github/workflows/infer.yml](https://github.com/inference-gateway/.github) | `0.14.4` | `0.14.5` |
| [actions/cache](https://github.com/actions/cache) | `6.0.0` | `6.1.0` |
| [arduino/setup-task](https://github.com/arduino/setup-task) | `2.0.0` | `3.0.0` |


Updates `actions/setup-go` from 6.4.0 to 6.5.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v6.4.0...v6.5.0)

Updates `golangci/golangci-lint-action` from 9.2.1 to 9.3.0
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v9.2.1...v9.3.0)

Updates `inference-gateway/.github/.github/workflows/infer.yml` from 0.14.4 to 0.14.5
- [Release notes](https://github.com/inference-gateway/.github/releases)
- [Changelog](https://github.com/inference-gateway/.github/blob/main/CHANGELOG.md)
- [Commits](inference-gateway/.github@v0.14.4...v0.14.5)

Updates `actions/cache` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v6.0.0...v6.1.0)

Updates `arduino/setup-task` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/arduino/setup-task/releases)
- [Commits](arduino/setup-task@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: golangci/golangci-lint-action
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: inference-gateway/.github/.github/workflows/infer.yml
  dependency-version: 0.14.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: arduino/setup-task
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 1, 2026 02:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 1, 2026
@edenreich edenreich merged commit 80221f7 into main Jul 1, 2026
1 check passed
@edenreich edenreich deleted the dependabot/github_actions/github-actions-e04eaa493a branch July 1, 2026 09:17
inference-gateway-releaser Bot added a commit that referenced this pull request Jul 2, 2026
## [0.127.0](v0.126.0...v0.127.0) (2026-07-02)

### 🚀 Features

* **plan:** compact context and start a fresh session when a plan is approved ([#705](#705)) ([28ddba7](28ddba7))
* **memory:** configurable git sync backend ([#707](#707)) ([6a68c3d](6a68c3d)), closes [#670](#670) [#670](#670)
* **history:** each subagent gets its own history file ([#711](#711)) ([16c8fa1](16c8fa1)), closes [#699](#699)

### 🐛 Bug Fixes

* **plan:** accepting a plan switches to auto-accept mode by default ([#714](#714)) ([7b0befc](7b0befc)), closes [#710](#710)
* **tools:** guard concurrent gitignore and screenshot caches ([#713](#713)) ([0ff4276](0ff4276)), closes [#712](#712)
* **tools:** guard Registry.tools with RWMutex against concurrent MCP registration ([#709](#709)) ([8a70871](8a70871)), closes [#708](#708)
* **ui:** update dim color from [#565f89](https://github.com/inference-gateway/cli/issues/565f89) to [#7a7f9a](https://github.com/inference-gateway/cli/issues/7a7f9a) for improved contrast ([#706](#706)) ([b2ee67e](b2ee67e))

### 🔧 Build System

* **deps:** bump github.com/go-telegram/bot from 1.21.0 to 1.22.0 in the gomod group ([#703](#703)) ([3de5136](3de5136))
* **deps:** bump the github-actions group with 5 updates ([#704](#704)) ([80221f7](80221f7))
@inference-gateway-releaser

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.127.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant