Skip to content

build(deps): bump ai-action/setup-ollama from 1 to 2#10

Merged
remarkablemark merged 1 commit into
masterfrom
dependabot/github_actions/ai-action/setup-ollama-2
Dec 22, 2025
Merged

build(deps): bump ai-action/setup-ollama from 1 to 2#10
remarkablemark merged 1 commit into
masterfrom
dependabot/github_actions/ai-action/setup-ollama-2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 22, 2025

Bumps ai-action/setup-ollama from 1 to 2.

Release notes

Sourced from ai-action/setup-ollama's releases.

v2.0.0

2.0.0 (2025-12-21)

⚠ BREAKING CHANGES

  • action: bump Node.js runtime from 20 to 24

Build System

  • action: update runtime from node20 to node24 (c9b8513), closes #305
  • deps: bump @​actions/core from 1.11.1 to 2.0.1 (#336) (636f5c1)

v1.2.44

1.2.44 (2025-12-19)

Build System

  • deps: bump ollama from 0.13.4 to 0.13.5 (cfc8bc9)

v1.2.43

1.2.43 (2025-12-17)

Build System

  • deps: bump ollama from 0.13.3 to 0.13.4 (36e8033)

v1.2.42

1.2.42 (2025-12-16)

Build System

  • deps: bump ollama from 0.13.2 to 0.13.3 (5b2f785)

v1.2.41

1.2.41 (2025-12-15)

Build System

  • deps: bump ollama from 0.13.1 to 0.13.2 (bebd774)

v1.2.40

1.2.40 (2025-12-03)

Build System

  • deps: bump ollama from 0.13.0 to 0.13.1 (570b8ef)

v1.2.39

1.2.39 (2025-11-20)

... (truncated)

Changelog

Sourced from ai-action/setup-ollama's changelog.

Commits
  • 9ab6128 Merge pull request #350 from ai-action/release-please--branches--master--comp...
  • 481c4cd chore(master): release 2.0.0
  • c9b8513 build(action): update runtime from node20 to node24
  • 636f5c1 build(deps): bump @​actions/core from 1.11.1 to 2.0.1 (#336)
  • 10e9e77 Merge pull request #335 from ai-action/dependabot/github_actions/actions/cache-5
  • 64f9b6e ci(github): refactor workflow version.yml
  • 78b57f6 build(deps): bump actions/cache from 4 to 5
  • See full diff 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 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)

Bumps [ai-action/setup-ollama](https://github.com/ai-action/setup-ollama) from 1 to 2.
- [Release notes](https://github.com/ai-action/setup-ollama/releases)
- [Changelog](https://github.com/ai-action/setup-ollama/blob/master/CHANGELOG.md)
- [Commits](ai-action/setup-ollama@v1...v2)

---
updated-dependencies:
- dependency-name: ai-action/setup-ollama
  dependency-version: '2'
  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 Dec 22, 2025
@dependabot dependabot Bot requested a review from remarkablemark as a code owner December 22, 2025 18:17
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 22, 2025
@github-actions
Copy link
Copy Markdown
Contributor

Pull Request Review

This is a diff file for GitHub Actions. It shows the changes made between two versions of a file named action.yml. The changes are highlighted in green and red, respectively.

The first change is a minor update to the using field. In version 1, it was set to composite, while in version 2 it has been updated to container. This change does not affect the functionality of the action.

The second change is a major update to the steps field. In version 1, there were two steps: Setup ollama and Checkout repository. In version 2, there are now three steps: Setup ollama, Install dependencies, and Checkout repository. The first step has been updated to use a different action (from ai-action/setup-ollama@v1 to ai-action/setup-ollama@v2). This change is likely due to the new version of the action providing additional functionality or bug fixes.

Overall, these changes are minor and should not affect the functioning of the action.

@github-actions
Copy link
Copy Markdown
Contributor

Pull Request Review

The diff you provided is a Git diff file that shows the changes between two versions of an action.yml file. The file was modified to update the version number for the setup-ollama action from v1 to v2.

The changes are as follows:

  • Line 24, which reads - uses: ai-action/setup-ollama@v1, was replaced with - uses: ai-action/setup-ollama@v2. This update is necessary because the setup-ollama action has been updated to a new version that includes some bug fixes and improvements.

The rest of the file remains unchanged.

@github-actions
Copy link
Copy Markdown
Contributor

ubuntu-latest

The diff file shows a change in the action.yml file between two commits. The changes are as follows:

  • The line - uses: ai-action/setup-ollama@v1 has been replaced with - uses: ai-action/setup-ollama@v2. This means that the version of the ai-action/setup-ollama action has been updated from v1 to v2.
  • The line using: composite has been added to the file, which indicates that the action is using a composite workflow.
  • The line name: Setup ollama has been removed from the file, as it is no longer needed.
  • The line name: Checkout repository has been added to the file, which indicates that the action should checkout the repository before running any other steps.

@github-actions
Copy link
Copy Markdown
Contributor

windows-latest

Here is a summary of the code diff in bullet points:

  • The file action.yml has been updated between revisions 7872904 and 41385f6.
  • The diff shows that one line has been modified, which is the uses section in the setup-ollama step.
  • In the original version, the uses value was set to ai-action/setup-ollama@v1. In the updated version, the same line has been changed to ai-action/setup-ollama@v2.

@remarkablemark remarkablemark enabled auto-merge (squash) December 22, 2025 18:23
@remarkablemark remarkablemark changed the title chore(deps): bump ai-action/setup-ollama from 1 to 2 build(deps): bump ai-action/setup-ollama from 1 to 2 Dec 22, 2025
@remarkablemark remarkablemark enabled auto-merge (squash) December 22, 2025 18:25
@github-actions
Copy link
Copy Markdown
Contributor

Pull Request Review

This is a diff of the action.yml file, which defines the configuration for an action in a GitHub Actions workflow. The diff shows that there has been a change to the uses field in one of the steps.

The original line was:

-      uses: ai-action/setup-ollama@v1
+      uses: ai-action/setup-ollama@v2

This means that the version of the ai-action/setup-ollama action has been updated from v1 to v2. This could be a change to the action's code or configuration, and may require some adjustments in the workflow.

@github-actions
Copy link
Copy Markdown
Contributor

macos-latest

Here is a summary of the code diff in bullet points:

  • The diff command was used to compare two files, a/action.yml and b/action.yml.
  • The comparison showed that there were 7 lines of changes between the two files.
  • The changes were made by changing the version of the setup-ollama action from v1 to v2.
  • The other changes were related to the checkout step, where the version was changed from v6 to v7.

@remarkablemark remarkablemark merged commit cddb4d2 into master Dec 22, 2025
8 checks passed
@remarkablemark remarkablemark deleted the dependabot/github_actions/ai-action/setup-ollama-2 branch December 22, 2025 22:37
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.

1 participant