This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [gitea/gitea](https://github.com/go-gitea/gitea) | patch | `1.21.10` -> `1.21.11` |
---
### Release Notes
<details>
<summary>go-gitea/gitea (gitea/gitea)</summary>
### [`v1.21.11`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#12111---2024-04-07)
[Compare Source](https://github.com/go-gitea/gitea/compare/v1.21.10...v1.21.11)
- SECURITY
- Use go1.21.9 to include Golang security fix
- Fix possible renderer security problem ([#​30136](https://github.com/go-gitea/gitea/issues/30136)) ([#​30315](https://github.com/go-gitea/gitea/issues/30315))
- Performance optimization for git push and check permissions for push options ([#​30104](https://github.com/go-gitea/gitea/issues/30104)) ([#​30354](https://github.com/go-gitea/gitea/issues/30354))
- BUGFIXES
- Fix close file in the Upload func ([#​30262](https://github.com/go-gitea/gitea/issues/30262)) ([#​30269](https://github.com/go-gitea/gitea/issues/30269))
- Fix inline math blocks can't be preceeded/followed by alphanumerical characters ([#​30175](https://github.com/go-gitea/gitea/issues/30175)) ([#​30250](https://github.com/go-gitea/gitea/issues/30250))
- Fix missing 0 prefix of GPG key id ([#​30245](https://github.com/go-gitea/gitea/issues/30245)) ([#​30247](https://github.com/go-gitea/gitea/issues/30247))
- Include encoding in signature payload ([#​30174](https://github.com/go-gitea/gitea/issues/30174)) ([#​30181](https://github.com/go-gitea/gitea/issues/30181))
- Move from `max( id )` to `max( index )` for latest commit statuses ([#​30076](https://github.com/go-gitea/gitea/issues/30076)) ([#​30155](https://github.com/go-gitea/gitea/issues/30155))
- Load attachments for code comments ([#​30124](https://github.com/go-gitea/gitea/issues/30124)) ([#​30126](https://github.com/go-gitea/gitea/issues/30126))
- Fix gitea doctor will remove repo-avatar files when executing command storage-archives ([#​30094](https://github.com/go-gitea/gitea/issues/30094)) ([#​30120](https://github.com/go-gitea/gitea/issues/30120))
- Fix possible data race on tests ([#​30093](https://github.com/go-gitea/gitea/issues/30093)) ([#​30108](https://github.com/go-gitea/gitea/issues/30108))
- Fix duplicate migrated milestones ([#​30102](https://github.com/go-gitea/gitea/issues/30102)) ([#​30105](https://github.com/go-gitea/gitea/issues/30105))
- Fix panic for fixBrokenRepoUnits16961 ([#​30068](https://github.com/go-gitea/gitea/issues/30068)) ([#​30100](https://github.com/go-gitea/gitea/issues/30100))
- Fix incorrect SVGs ([#​30086](https://github.com/go-gitea/gitea/issues/30086)) ([#​30087](https://github.com/go-gitea/gitea/issues/30087))
- Fix create commit status ([#​30225](https://github.com/go-gitea/gitea/issues/30225)) ([#​30340](https://github.com/go-gitea/gitea/issues/30340))
- Fix misuse of unsupported global variables ([#​30402](https://github.com/go-gitea/gitea/issues/30402))
- Fix to delete the cookie when AppSubURL is non-empty ([#​30375](https://github.com/go-gitea/gitea/issues/30375)) ([#​30468](https://github.com/go-gitea/gitea/issues/30468))
- Avoid user does not exist error when detecting schedule actions when the commit author is an external user ([#​30357](https://github.com/go-gitea/gitea/issues/30357)) ([#​30408](https://github.com/go-gitea/gitea/issues/30408))
- Change the default maxPerPage for gitbucket ([#​30392](https://github.com/go-gitea/gitea/issues/30392)) ([#​30471](https://github.com/go-gitea/gitea/issues/30471))
- Check the token's owner and repository when registering a runner ([#​30406](https://github.com/go-gitea/gitea/issues/30406)) ([#​30412](https://github.com/go-gitea/gitea/issues/30412))
- Avoid losing token when updating mirror settings ([#​30429](https://github.com/go-gitea/gitea/issues/30429)) ([#​30466](https://github.com/go-gitea/gitea/issues/30466))
- Fix commit status cache which missed target_url ([#​30426](https://github.com/go-gitea/gitea/issues/30426)) ([#​30445](https://github.com/go-gitea/gitea/issues/30445))
- Fix rename branch 500 when the target branch is deleted but exist in database ([#​30430](https://github.com/go-gitea/gitea/issues/30430)) ([#​30437](https://github.com/go-gitea/gitea/issues/30437))
- Fix mirror error when mirror repo is empty ([#​30432](https://github.com/go-gitea/gitea/issues/30432)) ([#​30467](https://github.com/go-gitea/gitea/issues/30467))
- Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues ([#​29990](https://github.com/go-gitea/gitea/issues/29990)) ([#​30447](https://github.com/go-gitea/gitea/issues/30447))
- Fix code owners will not be mentioned when a pull request comes from a forked repository ([#​30476](https://github.com/go-gitea/gitea/issues/30476)) ([#​30497](https://github.com/go-gitea/gitea/issues/30497))
- DOCS
- Update actions variables documents ([#​30394](https://github.com/go-gitea/gitea/issues/30394)) ([#​30405](https://github.com/go-gitea/gitea/issues/30405))
- MISC
- Update katex to 0.16.10 ([#​30089](https://github.com/go-gitea/gitea/issues/30089))
- Upgrade go-sqlite to v1.14.22 ([#​30462](https://github.com/go-gitea/gitea/issues/30462))
</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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjMxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
1.21.10->1.21.11Release Notes
go-gitea/gitea (gitea/gitea)
v1.21.11Compare Source
max( id )tomax( index )for latest commit statuses (#30076) (#30155)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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.