Skip to content

chore(deps): bump actions/ai-inference from 2 to 3 - #969

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/ai-inference-3
Open

chore(deps): bump actions/ai-inference from 2 to 3#969
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/ai-inference-3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/ai-inference from 2 to 3.

Release notes

Sourced from actions/ai-inference's releases.

v3

What's Changed

New Contributors

Full Changelog: actions/ai-inference@v2...v3

v2.1.1

What's Changed

New Contributors

Full Changelog: actions/ai-inference@v2...v2.1.1

v2.1.0

What's Changed

Full Changelog: actions/ai-inference@v2.0.8...v2.1.0

v2.0.8

What's Changed

... (truncated)

Commits
  • 2c43c91 Merge pull request #236 from jalafel/jalafel/delete-github-models
  • 0ac1e35 refine test response
  • aacc9f2 Fix local actions test with mock Copilot CLI
  • 8359fe6 add step to ci to install copilot cli
  • 498d1c1 Refresh Licensed cache
  • 9bd16ce Merge remote-tracking branch 'upstream/main' into jalafel/delete-github-models
  • 5709758 run prettier on README.md
  • 726535a Merge pull request #237 from actions/dependabot/npm_and_yarn/npm-development-...
  • 396a40a chore(deps-dev): bump the npm-development group across 1 directory with 7 upd...
  • b246edc Merge pull request #232 from actions/dependabot/npm_and_yarn/tmp-0.2.6
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [actions/ai-inference](https://github.com/actions/ai-inference) from 2 to 3.
- [Release notes](https://github.com/actions/ai-inference/releases)
- [Commits](actions/ai-inference@v2...v3)

---
updated-dependencies:
- dependency-name: actions/ai-inference
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 20, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 20, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 60b9b82875

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

- name: Run AI inference
id: inference
uses: actions/ai-inference@v2
uses: actions/ai-inference@v3

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Preserve GitHub Models or provision Copilot access

For repositories relying on the currently granted models: read permission, this changes the issue-summary job to a provider it is not configured to use: the v3 release notes state that GitHub Models support was removed and Copilot became the only provider. Without Copilot access and the required authentication, every issues.opened run will fail before posting a summary; either retain v2 or migrate the workflow's permissions/credentials and remove the obsolete Models configuration.

AGENTS.md reference: AGENTS.md:L7-L7

Useful? React with 👍 / 👎.

@github-actions

Copy link
Copy Markdown
Contributor

Thanks for your first PR to Koharu.

Please review our contribution guide before review:
https://koharu.rs/contribute/introduction/

In the PR description, include:

  • what changed
  • any user-visible behavior differences
  • how you verified the change

If AI helped produce the patch, a human still needs to review and understand it before submission.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants