chore(deps): update module code.gitea.io/sdk/gitea to v0.25.1 #2

Open
Renovate wants to merge 1 commit from renovate/code.gitea.io-sdk-gitea-0.x into main
Contributor

This PR contains the following updates:

Package Type Update Change
code.gitea.io/sdk/gitea require minor v0.22.1 -> v0.25.1

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | code.gitea.io/sdk/gitea | require | minor | `v0.22.1` -> `v0.25.1` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update module code.gitea.io/sdk/gitea to v0.24.1
Some checks failed
CI / lint (pull_request) Failing after 40s
CI / build (pull_request) Failing after 59s
CI / test (pull_request) Failing after 51s
653678fbf0
Author
Contributor

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.0 -> 1.26
golang.org/x/term v0.32.0 -> v0.42.0
github.com/42wim/httpsig v1.2.3 -> v1.2.4
github.com/hashicorp/go-version v1.7.0 -> v1.9.0
golang.org/x/crypto v0.39.0 -> v0.50.0
golang.org/x/sys v0.41.0 -> v0.43.0
golang.org/x/text v0.26.0 -> v0.36.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 6 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :-------------------------------- | :--------------------- | | `go` | `1.25.0` -> `1.26` | | `golang.org/x/term` | `v0.32.0` -> `v0.42.0` | | `github.com/42wim/httpsig` | `v1.2.3` -> `v1.2.4` | | `github.com/hashicorp/go-version` | `v1.7.0` -> `v1.9.0` | | `golang.org/x/crypto` | `v0.39.0` -> `v0.50.0` | | `golang.org/x/sys` | `v0.41.0` -> `v0.43.0` | | `golang.org/x/text` | `v0.26.0` -> `v0.36.0` |
Renovate force-pushed renovate/code.gitea.io-sdk-gitea-0.x from 653678fbf0
Some checks failed
CI / lint (pull_request) Failing after 40s
CI / build (pull_request) Failing after 59s
CI / test (pull_request) Failing after 51s
to 7a1309d671
Some checks failed
CI / lint (pull_request) Failing after 40s
CI / build (pull_request) Failing after 31s
CI / test (pull_request) Failing after 41s
2026-04-07 18:01:40 +00:00
Compare
Renovate force-pushed renovate/code.gitea.io-sdk-gitea-0.x from 7a1309d671
Some checks failed
CI / lint (pull_request) Failing after 40s
CI / build (pull_request) Failing after 31s
CI / test (pull_request) Failing after 41s
to 4faced32e7
Some checks failed
CI / lint (pull_request) Failing after 57s
CI / build (pull_request) Failing after 1m19s
CI / test (pull_request) Failing after 1m26s
2026-04-25 00:08:22 +00:00
Compare
qwolff left a comment

smoke test from agent — please ignore

smoke test from agent — please ignore
qwolff left a comment

smoke test: pending review

smoke test: pending review
go.mod Outdated
@ -1,24 +1,24 @@
module git.tu-po.com/tu-po/fgj
go 1.25.0
go 1.26
Owner

nit: go 1.26 bump — confirming this is intentional (smoke test)

nit: go 1.26 bump — confirming this is intentional (smoke test)
go.mod Outdated
@ -4,3 +4,3 @@
require (
code.gitea.io/sdk/gitea v0.22.1
code.gitea.io/sdk/gitea v0.24.1
Owner

smoke test: add_comment on line 6

smoke test: add_comment on line 6
qwolff left a comment

smoke test: submitting pending review

smoke test: submitting pending review
go.mod Outdated
@ -1,24 +1,24 @@
module git.tu-po.com/tu-po/fgj
go 1.25.0
go 1.26
Owner

nit: go 1.26 bump — confirming this is intentional (smoke test)

nit: go 1.26 bump — confirming this is intentional (smoke test)
go.mod Outdated
@ -4,3 +4,3 @@
require (
code.gitea.io/sdk/gitea v0.22.1
code.gitea.io/sdk/gitea v0.24.1
Owner

smoke test: add_comment on line 6

smoke test: add_comment on line 6
Renovate changed title from chore(deps): update module code.gitea.io/sdk/gitea to v0.24.1 to chore(deps): update module code.gitea.io/sdk/gitea to v0.25.0 2026-05-06 06:03:14 +00:00
Renovate force-pushed renovate/code.gitea.io-sdk-gitea-0.x from 4faced32e7
Some checks failed
CI / lint (pull_request) Failing after 57s
CI / build (pull_request) Failing after 1m19s
CI / test (pull_request) Failing after 1m26s
to 3091fe5642
Some checks failed
CI / lint (pull_request) Failing after 26s
CI / build (pull_request) Failing after 27s
CI / test (pull_request) Failing after 52s
2026-05-06 06:03:15 +00:00
Compare
Renovate changed title from chore(deps): update module code.gitea.io/sdk/gitea to v0.25.0 to chore(deps): update module code.gitea.io/sdk/gitea to v0.25.1 2026-05-13 00:04:33 +00:00
Renovate force-pushed renovate/code.gitea.io-sdk-gitea-0.x from 3091fe5642
Some checks failed
CI / lint (pull_request) Failing after 26s
CI / build (pull_request) Failing after 27s
CI / test (pull_request) Failing after 52s
to 52020853ce
Some checks failed
CI / lint (pull_request) Failing after 36s
CI / build (pull_request) Failing after 49s
CI / test (pull_request) Failing after 53s
2026-05-13 00:04:33 +00:00
Compare
Some checks failed
CI / lint (pull_request) Failing after 36s
CI / build (pull_request) Failing after 49s
CI / test (pull_request) Failing after 53s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/code.gitea.io-sdk-gitea-0.x:renovate/code.gitea.io-sdk-gitea-0.x
git switch renovate/code.gitea.io-sdk-gitea-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/code.gitea.io-sdk-gitea-0.x
git switch renovate/code.gitea.io-sdk-gitea-0.x
git rebase main
git switch main
git merge --ff-only renovate/code.gitea.io-sdk-gitea-0.x
git switch renovate/code.gitea.io-sdk-gitea-0.x
git rebase main
git switch main
git merge --no-ff renovate/code.gitea.io-sdk-gitea-0.x
git switch main
git merge --squash renovate/code.gitea.io-sdk-gitea-0.x
git switch main
git merge --ff-only renovate/code.gitea.io-sdk-gitea-0.x
git switch main
git merge renovate/code.gitea.io-sdk-gitea-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
qwolff/fgj!2
No description provided.