chore(deps): update gitea to v1.26.0 #6044

Merged
alexlebens merged 1 commits from renovate/unified-gitea into main 2026-04-19 16:03:17 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
gitea/gitea minor 1.25.51.26.0
go-gitea/gitea minor 1.25.51.26.0

Release Notes

go-gitea/gitea (gitea/gitea)

v1.26.0

Compare Source

  • BREAKING
    • Correct swagger annotations for enums, status codes, and notification state (#​37030)
    • Remove GET API registration-token (#​36801)
    • Support Actions concurrency syntax (#​32751)
    • Make PUBLIC_URL_DETECTION default to "auto" (#​36955)
  • SECURITY
    • Bound PageSize in ListUnadoptedRepositories (#​36884)
  • FEATURES
    • Support Actions concurrency syntax (#​32751)
    • Add terraform state registry (#​36710)
    • Instance-wide (global) info banner and maintenance mode (#​36571)
    • Support rendering OpenAPI spec (#​36449)
    • Add keyboard shortcuts for repository file and code search (#​36416)
    • Add support for archive-upload rpc (#​36391)
    • Add ability to download subpath archive (#​36371)
    • Add workflow dependencies visualization (#​26062) (#​36248) & Restyle Workflow Graph (#​36912)
    • Automatic generation of release notes (#​35977)
    • Add "Go to file", "Delete Directory" to repo file list page (#​35911)
    • Introduce "config edit-ini" sub command to help maintaining INI config file (#​35735)
    • Add button to re-run failed jobs in Actions (#​36924)
    • Support actions and reusable workflows from private repos (#​32562)
    • Add summary to action runs view (#​36883)
    • Add user badges (#​36752)
    • Add configurable permissions for Actions automatic tokens (#​36173)
    • Add per-runner "Disable/Pause" (#​36776)
    • Feature non-zipped actions artifacts (action v7 / nodejs / npm v6.2.0) (#​36786)
  • PERFORMANCE
    • WorkflowDispatch API optionally return runid (#​36706)
    • Add render cache for SVG icons (#​36863)
    • Load mentionValues asynchronously (#​36739)
    • Lazy-load some Vue components, fix heatmap chunk loading on every page (#​36719)
    • Load heatmap data asynchronously (#​36622)
    • Use prev/next pagination for user profile activities page to speed up (#​36642)
    • Refactor cat-file batch operations and support --batch-command approach (#​35775)
    • Use merge tree to detect conflicts when possible (#​36400)
  • ENHANCEMENTS
    • Implement logout redirection for reverse proxy auth setups (#​36085) (#​37171)
    • Adds option to force update new branch in contents routes (#​35592)
    • Add viewer controller for mermaid (zoom, drag) (#​36557)
    • Add code editor setting dropdowns (#​36534)
    • Add elk layout support to mermaid (#​36486)
    • Add resolve/unresolve review comment API endpoints (#​36441)
    • Allow configuring default PR base branch (fixes #​36412) (#​36425)
    • Add support for RPM Errata (updateinfo.xml) (#​37125)
    • Require additional user confirmation for making repo private (#​36959)
    • Add actions.WORKFLOW_DIRS setting (#​36619)
    • Avoid opening new tab when downloading actions logs (#​36740)
    • Implements OIDC RP-Initiated Logout (#​36724)
    • Show workflow link (#​37070)
    • Desaturate dark theme background colors (#​37056)
    • Refactor "org teams" page and help new users to "add member" to an org (#​37051)
    • Add webhook name field to improve webhook identification (#​37025) (#​37040)
    • Make task list checkboxes clickable in the preview tab (#​37010)
    • Improve severity labels in Actions logs and tweak colors (#​36993)
    • Linkify URLs in Actions workflow logs (#​36986)
    • Allow text selection on checkbox labels (#​36970)
    • Support dark/light theme images in markdown (#​36922)
    • Enable native dark mode for swagger-ui (#​36899)
    • Rework checkbox styling, remove input border hover effect (#​36870)
    • Refactor storage content-type handling of ServeDirectURL (#​36804)
    • Use "Enable Gravatar" but not "Disable" (#​36771)
    • Use case-insensitive matching for Git error "Not a valid object name" (#​36728)
    • Add "Copy Source" to markup comment menu (#​36726)
    • Change image transparency grid to CSS (#​36711)
    • Add "Run" prefix for unnamed action steps (#​36624)
    • Persist actions log time display settings in localStorage (#​36623)
    • Use first commit title for multi-commit PRs and fix auto-focus title field (#​36606)
    • Improve BuildCaseInsensitiveLike with lowercase (#​36598)
    • Improve diff highlighting (#​36583)
    • Exclude cancelled runs from failure-only email notifications (#​36569)
    • Use full-file highlighting for diff sections (#​36561)
    • Color command/error logs in Actions log (#​36538)
    • Add paging headers (#​36521)
    • Improve timeline entries for WIP prefix changes in pull requests (#​36518)
    • Add FOLDER_ICON_THEME configuration option (#​36496)
    • Normalize guessed languages for code highlighting (#​36450)
    • Add chunked transfer encoding support for LFS uploads (#​36380)
    • Indicate when only optional checks failed (#​36367)
    • Add 'allow_maintainer_edit' API option for creating a pull request (#​36283)
    • Support closing keywords with URL references (#​36221)
    • Improve diff file headers (#​36215)
    • Fix and enhance comment editor monospace toggle (#​36181)
    • Add git.DIFF_RENAME_SIMILARITY_THRESHOLD option (#​36164)
    • Add matching pair insertion to markdown textarea (#​36121)
    • Add sorting/filtering to admin user search API endpoint (#​36112)
    • Allow action user have read permission in public repo like other user (#​36095)
    • Disable matchBrackets in monaco (#​36089)
    • Use GitHub-style commit message for squash merge (#​35987)
    • Make composer registry support tar.gz and tar.bz2 and fix bugs (#​35958)
    • Add GITEA_PR_INDEX env variable to githooks (#​35938)
    • Add proper error message if session provider can not be created (#​35520)
    • Add button to copy file name in PR files (#​35509)
    • Move X_FRAME_OPTIONS setting from cors to security section (#​30256)
    • Add placeholder content for empty content page (#​37114)
    • Add DEFAULT_DELETE_BRANCH_AFTER_MERGE setting (#​36917)
    • Redirect to the only OAuth2 provider when no other login methods and fix various problems (#​36901)
    • Add admin badge to navbar avatar (#​36790)
    • Add never option to PUBLIC_URL_DETECTION configuration (#​36785)
    • Add background and run count to actions list page (#​36707)
    • Add icon to buttons "Close with Comment", "Close Pull Request", "Close Issue" (#​36654)
    • Add support for in_progress event in workflow_run webhook (#​36979)
    • Report commit status for pull_request_review events (#​36589)
    • Render merged pull request title as such in dashboard feed (#​36479)
    • Feature to be able to filter project boards by milestones (#​36321)
    • Use user id in noreply emails (#​36550)
    • Enable pagination on GiteaDownloader.getIssueReactions() (#​36549)
    • Remove striped tables in UI (#​36509)
    • Improve control char rendering and escape button styling (#​37094)
    • Support legacy run/job index-based URLs and refactor migration 326 (#​37008)
    • Add date to "No Contributions" tooltip (#​36190)
    • Show edit page confirmation dialog on tree view file change (#​36130)
    • Mention proc-receive in text for dashboard.resync_all_hooks func (#​35991)
    • Reuse selectable style for wiki (#​35990)
    • Support blue yellow colorblind theme (#​35910)
    • Support selecting theme on the footer (#​35741)
    • Improve online runner check (#​35722)
    • Add quick approve button on PR page (#​35678)
    • Enable commenting on expanded lines in PR diffs (#​35662)
    • Print PR-Title into tooltip for actions (#​35579)
    • Use explicit, stronger defaults for newly generated repo signing keys for Debian (#​36236)
    • Improve the compare page (#​36261)
    • Unify repo names in system notices (#​36491)
    • Move package settings to package instead of being tied to version (#​37026)
    • Add Actions API rerun endpoints for runs and jobs (#​36768)
    • Add branch_count to repository API (#​35351) (#​36743)
    • Add created_by filter to SearchIssues (#​36670)
    • Allow admins to rename non-local users (#​35970)
    • Support updating branch via API (#​35951)
    • Add an option to automatically verify SSH keys from LDAP (#​35927)
    • Make "update file" API can create a new file when SHA is not set (#​35738)
    • Update issue.go with labels documentation (labels content, not ids) (#​35522)
    • Expose content_version for optimistic locking on issue and PR edits (#​37035)
    • Pass ServeHeaderOptions by value instead of pointer, fine tune httplib tests (#​36982)
  • BUGFIXES
    • Frontend iframe renderer framework: 3D models, OpenAPI (#​37233) (#​37273)
    • Fix CODEOWNERS absolute path matching. (#​37244) (#​37264)
    • Swift registry metadata: preserve more JSON fields and accept empty metadata (#​37254) (#​37261)
    • Fix user ssh key exporting and tests (#​37256) (#​37258)
    • Fix team member avatar size and add tooltip (#​37253)
    • Fix commit title rendering in action run and blame (#​37243) (#​37251)
    • Fix corrupted JSON caused by goccy library (#​37214) (#​37220)
    • Add test for "fetch redirect", add CSS value validation for external render (#​37207) (#​37216)
    • Fix incorrect concurrency check (#​37205) (#​37215)
    • Fix handle missing base branch in PR commits API (#​37193) (#​37203)
    • Fix encoding for Matrix Webhooks (#​37190) (#​37201)
    • Fix handle fork-only commits in compare API (#​37185) (#​37199)
    • Indicate form field readonly via background, fix RunUser config (#​37175, #​37180) (#​37178)
    • Report structurally invalid workflows to users (#​37116) (#​37164)
    • Fix API not persisting pull request unit config when has_pull_requests is not set (#​36718)
    • Rename CSS variables and improve colorblind themes (#​36353)
    • Hide add-matcher and remove-matcher from actions job logs (#​36520)
    • Prevent navigation keys from triggering actions during IME composition (#​36540)
    • Fix vertical alignment of .commit-sign-badge children (#​36570)
    • Fix duplicate startup warnings in admin panel (#​36641)
    • Fix CODEOWNERS review request attribution using comment metadata (#​36348)
    • Fix HTML tags appearing in wiki table of contents (#​36284)
    • Fix various bugs (#​37096)
    • Fix various legacy problems (#​37092)
    • Fix RPM Registry 404 when package name contains 'package' (#​37087)
    • Merge some standalone Vite entries into index.js (#​37085)
    • Fix various problems (#​37077)
    • Fix issue label deletion with Actions tokens (#​37013)
    • Hide delete branch or tag buttons in mirror or archived repositories. (#​37006)
    • Fix org contact email not clearable once set (#​36975)
    • Fix a bug when forking a repository in an organization (#​36950)
    • Preserve sort order of exclusive labels from template repo (#​36931)
    • Make container registry support Apple Container (basic auth) (#​36920)
    • Fix the wrong push commits in the pull request when force push (#​36914)
    • Add class "list-header-filters" to the div for projects (#​36889)
    • Fix dbfs error handling (#​36844)
    • Fix incorrect viewed files counter if reverted change was viewed (#​36819)
    • Refactor avatar package, support default avatar fallback (#​36788)
    • Fix README symlink resolution in subdirectories like .github (#​36775)
    • Fix CSS stacking context issue in actions log (#​36749)
    • Add gpg signing for merge rebase and update by rebase (#​36701)
    • Delete non-exist branch should return 404 (#​36694)
    • Fix TestActionsCollaborativeOwner (#​36657)
    • Fix multi-arch Docker build SIGILL by splitting frontend stage (#​36646)
    • Fix linguist-detectable attribute being ignored for configuration files (#​36640)
    • Fix state desync in ComboMarkdownEditor (#​36625)
    • Unify DEFAULT_SHOW_FULL_NAME output in templates and dropdown (#​36597)
    • Pull Request Pusher should be the author of the merge (#​36581)
    • Fix various version parsing problems (#​36553)
    • Fix highlight diff result (#​36539)
    • Fix mirror sync parser and fix mirror messages (#​36504)
    • Fix bug when list pull request commits (#​36485)
    • Fix various bugs (#​36446)
    • Fix issue filter menu layout (#​36426)
    • Restrict branch naming when new change matches with protection rules (#​36405)
    • Fix link/origin referrer and login redirect (#​36279)
    • Generate IDs for HTML headings without id attribute (#​36233)
    • Use a migration test instead of a wrong test which populated the meta test repositories and fix a migration bug (#​36160)
    • Fix issue close timeline icon (#​36138)
    • Fix diff blob excerpt expansion (#​35922)
    • Fix external render (#​35727)
    • Fix review request webhook bug (#​35339) (#​35723)
    • Fix shutdown waitgroup panic (#​35676)
    • Cleanup ActionRun creation (#​35624)
    • Fix possible bug when migrating issues/pull requests (#​33487)
    • Various fixes (#​36697)
    • Apply notify/register mail flags during install load (#​37120)
    • Repair duration display for bad stopped timestamps (#​37121)
    • Fix(upgrade.sh): use HTTPS for GPG key import and restore SELinux context after upgrade (#​36930)
    • Fix various trivial problems (#​36921)
    • Fix various trivial problems (#​36953)
    • Fix NuGet package upload error handling (#​37074)
    • Fix CodeQL code scanning alerts (#​36858)
    • Refactor issue sidebar and fix various problems (#​37045)
    • Fix various problems (#​37029)
    • Fix relative-time RangeError (#​37021)
    • Fix chroma lexer mapping (#​36629)
    • Fix typos and grammar in English locale (#​36751)
    • Fix milestone/project text overflow in issue sidebar (#​36741)
    • Fix no-content message not rendering after comment edit (#​36733)
    • Fix theme loading in development (#​36605)
    • Fix workflow run jobs API returning null steps (#​36603)
    • Fix timeline event layout overflow with long content (#​36595)
    • Fix minor UI issues in runner edit page (#​36590)
    • Fix incorrect vendored detections (#​36508)
    • Fix editorconfig not respected in PR Conversation view (#​36492)
    • Don't create self-references in merged PRs (#​36490)
    • Fix potential incorrect runID in run status update (#​36437)
    • Fix file-tree ui error when adding files to repo without commits (#​36312)
    • Improve image captcha contrast for dark mode (#​36265)
    • Fix panic in blame view when a file has only a single commit (#​36230)
    • Fix spelling error in migrate-storage cmd utility (#​36226)
    • Fix code highlighting on blame page (#​36157)
    • Fix nilnil in onedev downloader (#​36154)
    • Fix actions lint (#​36029)
    • Fix oauth2 session gob register (#​36017)
    • Fix Arch repo pacman.conf snippet (#​35825)
    • Fix a number of strictNullChecks-related issues (#​35795)
    • Fix URLJoin, markup render link reoslving, sign-in/up/linkaccount page common data (#​36861)
    • Hide delete directory button for mirror or archive repository and disable the menu item if user have no permission (#​36384)
    • Update message severity colors, fix navbar double border (#​37019)
    • Inline and lazy-load EasyMDE CSS, fix border colors (#​36714)
    • Closed milestones with no issues now show as 100% completed (#​36220)
    • Add test for ExtendCommentTreePathLength migration and fix bugs (#​35791)
    • Only turn links to current instance into hash links (#​36237)
    • Fix typos in code comments: doesnt, dont, wont (#​36890)
  • REFACTOR
    • Clean up and improve non-gitea js error filter (#​37148) (#​37155)
    • Always show owner/repo name in compare page dropdowns (#​37172) (#​37200)
    • Remove dead CSS rules (#​37173) (#​37177)
    • Replace Monaco with CodeMirror (#​36764)
    • Replace CSRF cookie with CrossOriginProtection (#​36183)
    • Replace index with id in actions routes (#​36842)
    • Remove unnecessary function parameter (#​35765)
    • Move jobparser from act repository to Gitea (#​36699)
    • Refactor compare router param parse (#​36105)
    • Optimize 'refreshAccesses' to perform update without removing then adding (#​35702)
    • Clean up checkbox cursor styles (#​37016)
    • Remove undocumented support of signing key in the repository git configuration file (#​36143)
    • Switch cmd/ to use constructor functions. (#​36962)
    • Use relative-time to render absolute dates (#​36238)
    • Some refactors about GetMergeBase (#​36186)
    • Some small refactors (#​36163)
    • Use gitRepo as parameter instead of repopath when invoking sign functions (#​36162)
    • Move blame to gitrepo (#​36161)
    • Move some functions to gitrepo package to reduce RepoPath reference directly (#​36126)
    • Use gitrepo's clone and push when possible (#​36093)
    • Remove mermaid margin workaround (#​35732)
    • Move some functions to gitrepo package (#​35543)
    • Move GetDiverging functions to gitrepo (#​35524)
    • Use global lock instead of status pool for cron lock (#​35507)
    • Use explicit mux instead of DefaultServeMux (#​36276)
    • Use gitrepo's push function (#​36245)
    • Pass request context to generateAdditionalHeadersForIssue (#​36274)
    • Move assign project when creating pull request to the same database transaction (#​36244)
    • Move catfile batch to a sub package of git module (#​36232)
    • Use gitrepo.Repository instead of wikipath (#​35398)
    • Use experimental go json v2 library (#​35392)
    • Refactor template render (#​36438)
    • Refactor GetRepoRawDiffForFile to avoid unnecessary pipe or goroutine (#​36434)
    • Refactor text utility classes to Tailwind CSS (#​36703)
    • Refactor git command stdio pipe (#​36422)
    • Refactor git command context & pipeline (#​36406)
    • Refactor git command stdio pipe (#​36393)
    • Remove unused functions (#​36672)
    • Refactor Actions Token Access (#​35688)
    • Move commit related functions to gitrepo package (#​35600)
    • Move archive function to repo_model and gitrepo (#​35514)
    • Move some functions to gitrepo package (#​35503)
    • Use git model to detect whether branch exist instead of gitrepo method (#​35459)
    • Some refactor for repo path (#​36251)
    • Extract helper functions from SearchIssues (#​36158)
    • Refactor merge conan and container auth preserve actions taskID (#​36560)
    • Refactor Nuget Auth to reuse Basic Auth Token Validation (#​36558)
    • Refactor ActionsTaskID (#​36503)
    • Refactor auth middleware (#​36848)
    • Refactor code render and render control chars (#​37078)
    • Clean up AppURL, remove legacy origin-url webcomponent (#​37090)
    • Remove util.URLJoin and replace all callers with direct path concatenation (#​36867)
    • Replace legacy tw-flex utility classes with flex-text-block/inline (#​36778)
    • Mark unused&immature activitypub as "not implemented" (#​36789)
  • TESTING
    • Add e2e tests for server push events (#​36879)
    • Rework e2e tests (#​36634)
    • Add e2e reaction test, improve accessibility, enable parallel testing (#​37081)
    • Increase e2e test timeouts on CI to fix flaky tests (#​37053)
  • BUILD
    • Upgrade go-git to v5.18.0 (#​37269)
    • Replace rollup-plugin-license with rolldown-license-plugin (#​37130) (#​37158)
    • Bump min go version to 1.26.2 (#​37139) (#​37143)
    • Convert locale files from ini to json format (#​35489)
    • Bump golangci-lint to 2.7.2, enable modernize stringsbuilder (#​36180)
    • Port away from flake-utils (#​35675)
    • Remove nolint (#​36252)
    • Update the Unlicense copy to latest version (#​36636)
    • Update to go 1.26.0 and golangci-lint 2.9.0 (#​36588)
    • Replace google/go-licenses with custom generation (#​36575)
    • Update go dependencies (#​36548)
    • Bump appleboy/git-push-action from 1.0.0 to 1.2.0 (#​36306)
    • Remove fomantic form module (#​36222)
    • Bump setup-node to v6, re-enable cache (#​36207)
    • Bump crowdin/github-action from 1 to 2 (#​36204)
    • Revert "Bump alpine to 3.23 (#​36185)" (#​36202)
    • Update chroma to v2.21.1 (#​36201)
    • Bump astral-sh/setup-uv from 6 to 7 (#​36198)
    • Bump docker/build-push-action from 5 to 6 (#​36197)
    • Bump aws-actions/configure-aws-credentials from 4 to 5 (#​36196)
    • Bump dev-hanz-ops/install-gh-cli-action from 0.1.0 to 0.2.1 (#​36195)
    • Add JSON linting (#​36192)
    • Enable dependabot for actions (#​36191)
    • Bump alpine to 3.23 (#​36185)
    • Update chroma to v2.21.0 (#​36171)
    • Update JS deps and eslint enhancements (#​36147)
    • Update JS deps (#​36091)
    • update golangci-lint to v2.7.0 (#​36079)
    • Update JS deps, fix deprecations (#​36040)
    • Update JS deps (#​35978)
    • Add toolchain directive to go.mod (#​35901)
    • Move gitea-vet to use go tool (#​35878)
    • Update to go 1.25.4 (#​35877)
    • Enable TypeScript strictNullChecks (#​35843)
    • Enable vue/require-typed-ref eslint rule (#​35764)
    • Update JS dependencies (#​35759)
    • Move codeformat folder to tools (#​35758)
    • Update dependencies (#​35733)
    • Bump happy-dom from 20.0.0 to 20.0.2 (#​35677)
    • Bump setup-go to v6 (#​35660)
    • Update JS deps, misc tweaks (#​35643)
    • Bump happy-dom from 19.0.2 to 20.0.0 (#​35625)
    • Use bundled version of spectral (#​35573)
    • Update JS and PY deps (#​35565)
    • Bump github.com/wneessen/go-mail from 0.6.2 to 0.7.1 (#​35557)
    • Migrate from webpack to vite (#​37002)
    • Update JS dependencies and misc tweaks (#​37064)
    • Update to eslint 10 (#​36925)
    • Optimize Docker build with dependency layer caching (#​36864)
    • Update JS deps (#​36850)
    • Update tool dependencies and fix new lint issues (#​36702)
    • Remove redundant linter rules (#​36658)
    • Move Fomantic dropdown CSS to custom module (#​36530)
    • Remove and forbid @ts-expect-error (#​36513)
    • Refactor git command stderr handling (#​36402)
    • Enable gocheckcompilerdirectives linter (#​36156)
    • Replace lint-go-gopls with additional govet linters (#​36028)
    • Update golangci-lint to v2.6.0 (#​35801)
    • Misc tool tweaks (#​35734)
    • Add cache to container build (#​35697)
    • Upgrade vite (#​37126)
    • Update setup-uv to v8.0.0 (#​37101)
    • Upgrade go-git to v5.17.2 and related dependencies (#​37060)
    • Raise minimum Node.js version to 22.18.0 (#​37058)
    • Upgrade golang.org/x/image to v0.38.0 (#​37054)
    • Update minimum go version to 1.26.1, golangci-lint to 2.11.2, fix test style (#​36876)
    • Enable eslint concurrency (#​36878)
    • Vendor relative-time-element as local web component (#​36853)
    • Update material-icon-theme v5.32.0 (#​36832)
    • Update Go dependencies (#​36781)
    • Upgrade minimatch (#​36760)
    • Remove i18n backport tool at the moment because of translation format changed (#​36643)
    • Update emoji data for Unicode 16 (#​36596)
    • Update JS dependencies, adjust webpack config, misc fixes (#​36431)
    • Update material-icon-theme to v5.31.0 (#​36427)
    • Update JS and PY deps (#​36383)
    • Bump alpine to 3.23, add platforms to docker-dryrun (#​36379)
    • Update JS deps (#​36354)
    • Update goldmark to v1.7.16 (#​36343)
    • Update chroma to v2.22.0 (#​36342)
  • DOCS
    • Update AI Contribution Policy (#​37022)
    • Update AGENTS.md with additional guidelines (#​37018)
    • Add missing cron tasks to example ini (#​37012)
    • Add AI Contribution Policy to CONTRIBUTING.md (#​36651)
    • Minor punctuation improvement in CONTRIBUTING.md (#​36291)
    • Add documentation for markdown anchor post-processing (#​36443)
  • MISC

Configuration

📅 Schedule: (in timezone America/Chicago)

  • 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 these updates 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 | Update | Change | |---|---|---| | [gitea/gitea](https://github.com/go-gitea/gitea) | minor | `1.25.5` → `1.26.0` | | [go-gitea/gitea](https://github.com/go-gitea/gitea) | minor | `1.25.5` → `1.26.0` | --- ### Release Notes <details> <summary>go-gitea/gitea (gitea/gitea)</summary> ### [`v1.26.0`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1260---2026-04-17) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.25.5...v1.26.0) - BREAKING - Correct swagger annotations for enums, status codes, and notification state ([#&#8203;37030](https://github.com/go-gitea/gitea/issues/37030)) - Remove GET API registration-token ([#&#8203;36801](https://github.com/go-gitea/gitea/issues/36801)) - Support Actions `concurrency` syntax ([#&#8203;32751](https://github.com/go-gitea/gitea/issues/32751)) - Make PUBLIC\_URL\_DETECTION default to "auto" ([#&#8203;36955](https://github.com/go-gitea/gitea/issues/36955)) - SECURITY - Bound PageSize in `ListUnadoptedRepositories` ([#&#8203;36884](https://github.com/go-gitea/gitea/issues/36884)) - FEATURES - Support Actions `concurrency` syntax ([#&#8203;32751](https://github.com/go-gitea/gitea/issues/32751)) - Add terraform state registry ([#&#8203;36710](https://github.com/go-gitea/gitea/issues/36710)) - Instance-wide (global) info banner and maintenance mode ([#&#8203;36571](https://github.com/go-gitea/gitea/issues/36571)) - Support rendering OpenAPI spec ([#&#8203;36449](https://github.com/go-gitea/gitea/issues/36449)) - Add keyboard shortcuts for repository file and code search ([#&#8203;36416](https://github.com/go-gitea/gitea/issues/36416)) - Add support for archive-upload rpc ([#&#8203;36391](https://github.com/go-gitea/gitea/issues/36391)) - Add ability to download subpath archive ([#&#8203;36371](https://github.com/go-gitea/gitea/issues/36371)) - Add workflow dependencies visualization ([#&#8203;26062](https://github.com/go-gitea/gitea/issues/26062)) ([#&#8203;36248](https://github.com/go-gitea/gitea/issues/36248)) & Restyle Workflow Graph ([#&#8203;36912](https://github.com/go-gitea/gitea/issues/36912)) - Automatic generation of release notes ([#&#8203;35977](https://github.com/go-gitea/gitea/issues/35977)) - Add "Go to file", "Delete Directory" to repo file list page ([#&#8203;35911](https://github.com/go-gitea/gitea/issues/35911)) - Introduce "config edit-ini" sub command to help maintaining INI config file ([#&#8203;35735](https://github.com/go-gitea/gitea/issues/35735)) - Add button to re-run failed jobs in Actions ([#&#8203;36924](https://github.com/go-gitea/gitea/issues/36924)) - Support actions and reusable workflows from private repos ([#&#8203;32562](https://github.com/go-gitea/gitea/issues/32562)) - Add summary to action runs view ([#&#8203;36883](https://github.com/go-gitea/gitea/issues/36883)) - Add user badges ([#&#8203;36752](https://github.com/go-gitea/gitea/issues/36752)) - Add configurable permissions for Actions automatic tokens ([#&#8203;36173](https://github.com/go-gitea/gitea/issues/36173)) - Add per-runner "Disable/Pause" ([#&#8203;36776](https://github.com/go-gitea/gitea/issues/36776)) - Feature non-zipped actions artifacts (action v7 / nodejs / npm v6.2.0) ([#&#8203;36786](https://github.com/go-gitea/gitea/issues/36786)) - PERFORMANCE - WorkflowDispatch API optionally return runid ([#&#8203;36706](https://github.com/go-gitea/gitea/issues/36706)) - Add render cache for SVG icons ([#&#8203;36863](https://github.com/go-gitea/gitea/issues/36863)) - Load `mentionValues` asynchronously ([#&#8203;36739](https://github.com/go-gitea/gitea/issues/36739)) - Lazy-load some Vue components, fix heatmap chunk loading on every page ([#&#8203;36719](https://github.com/go-gitea/gitea/issues/36719)) - Load heatmap data asynchronously ([#&#8203;36622](https://github.com/go-gitea/gitea/issues/36622)) - Use prev/next pagination for user profile activities page to speed up ([#&#8203;36642](https://github.com/go-gitea/gitea/issues/36642)) - Refactor cat-file batch operations and support `--batch-command` approach ([#&#8203;35775](https://github.com/go-gitea/gitea/issues/35775)) - Use merge tree to detect conflicts when possible ([#&#8203;36400](https://github.com/go-gitea/gitea/issues/36400)) - ENHANCEMENTS - Implement logout redirection for reverse proxy auth setups ([#&#8203;36085](https://github.com/go-gitea/gitea/issues/36085)) ([#&#8203;37171](https://github.com/go-gitea/gitea/issues/37171)) - Adds option to force update new branch in contents routes ([#&#8203;35592](https://github.com/go-gitea/gitea/issues/35592)) - Add viewer controller for mermaid (zoom, drag) ([#&#8203;36557](https://github.com/go-gitea/gitea/issues/36557)) - Add code editor setting dropdowns ([#&#8203;36534](https://github.com/go-gitea/gitea/issues/36534)) - Add `elk` layout support to mermaid ([#&#8203;36486](https://github.com/go-gitea/gitea/issues/36486)) - Add resolve/unresolve review comment API endpoints ([#&#8203;36441](https://github.com/go-gitea/gitea/issues/36441)) - Allow configuring default PR base branch (fixes [#&#8203;36412](https://github.com/go-gitea/gitea/issues/36412)) ([#&#8203;36425](https://github.com/go-gitea/gitea/issues/36425)) - Add support for RPM Errata (updateinfo.xml) ([#&#8203;37125](https://github.com/go-gitea/gitea/issues/37125)) - Require additional user confirmation for making repo private ([#&#8203;36959](https://github.com/go-gitea/gitea/issues/36959)) - Add `actions.WORKFLOW_DIRS` setting ([#&#8203;36619](https://github.com/go-gitea/gitea/issues/36619)) - Avoid opening new tab when downloading actions logs ([#&#8203;36740](https://github.com/go-gitea/gitea/issues/36740)) - Implements OIDC RP-Initiated Logout ([#&#8203;36724](https://github.com/go-gitea/gitea/issues/36724)) - Show workflow link ([#&#8203;37070](https://github.com/go-gitea/gitea/issues/37070)) - Desaturate dark theme background colors ([#&#8203;37056](https://github.com/go-gitea/gitea/issues/37056)) - Refactor "org teams" page and help new users to "add member" to an org ([#&#8203;37051](https://github.com/go-gitea/gitea/issues/37051)) - Add webhook name field to improve webhook identification ([#&#8203;37025](https://github.com/go-gitea/gitea/issues/37025)) ([#&#8203;37040](https://github.com/go-gitea/gitea/issues/37040)) - Make task list checkboxes clickable in the preview tab ([#&#8203;37010](https://github.com/go-gitea/gitea/issues/37010)) - Improve severity labels in Actions logs and tweak colors ([#&#8203;36993](https://github.com/go-gitea/gitea/issues/36993)) - Linkify URLs in Actions workflow logs ([#&#8203;36986](https://github.com/go-gitea/gitea/issues/36986)) - Allow text selection on checkbox labels ([#&#8203;36970](https://github.com/go-gitea/gitea/issues/36970)) - Support dark/light theme images in markdown ([#&#8203;36922](https://github.com/go-gitea/gitea/issues/36922)) - Enable native dark mode for swagger-ui ([#&#8203;36899](https://github.com/go-gitea/gitea/issues/36899)) - Rework checkbox styling, remove `input` border hover effect ([#&#8203;36870](https://github.com/go-gitea/gitea/issues/36870)) - Refactor storage content-type handling of ServeDirectURL ([#&#8203;36804](https://github.com/go-gitea/gitea/issues/36804)) - Use "Enable Gravatar" but not "Disable" ([#&#8203;36771](https://github.com/go-gitea/gitea/issues/36771)) - Use case-insensitive matching for Git error "Not a valid object name" ([#&#8203;36728](https://github.com/go-gitea/gitea/issues/36728)) - Add "Copy Source" to markup comment menu ([#&#8203;36726](https://github.com/go-gitea/gitea/issues/36726)) - Change image transparency grid to CSS ([#&#8203;36711](https://github.com/go-gitea/gitea/issues/36711)) - Add "Run" prefix for unnamed action steps ([#&#8203;36624](https://github.com/go-gitea/gitea/issues/36624)) - Persist actions log time display settings in `localStorage` ([#&#8203;36623](https://github.com/go-gitea/gitea/issues/36623)) - Use first commit title for multi-commit PRs and fix auto-focus title field ([#&#8203;36606](https://github.com/go-gitea/gitea/issues/36606)) - Improve BuildCaseInsensitiveLike with lowercase ([#&#8203;36598](https://github.com/go-gitea/gitea/issues/36598)) - Improve diff highlighting ([#&#8203;36583](https://github.com/go-gitea/gitea/issues/36583)) - Exclude cancelled runs from failure-only email notifications ([#&#8203;36569](https://github.com/go-gitea/gitea/issues/36569)) - Use full-file highlighting for diff sections ([#&#8203;36561](https://github.com/go-gitea/gitea/issues/36561)) - Color command/error logs in Actions log ([#&#8203;36538](https://github.com/go-gitea/gitea/issues/36538)) - Add paging headers ([#&#8203;36521](https://github.com/go-gitea/gitea/issues/36521)) - Improve timeline entries for WIP prefix changes in pull requests ([#&#8203;36518](https://github.com/go-gitea/gitea/issues/36518)) - Add FOLDER\_ICON\_THEME configuration option ([#&#8203;36496](https://github.com/go-gitea/gitea/issues/36496)) - Normalize guessed languages for code highlighting ([#&#8203;36450](https://github.com/go-gitea/gitea/issues/36450)) - Add chunked transfer encoding support for LFS uploads ([#&#8203;36380](https://github.com/go-gitea/gitea/issues/36380)) - Indicate when only optional checks failed ([#&#8203;36367](https://github.com/go-gitea/gitea/issues/36367)) - Add 'allow\_maintainer\_edit' API option for creating a pull request ([#&#8203;36283](https://github.com/go-gitea/gitea/issues/36283)) - Support closing keywords with URL references ([#&#8203;36221](https://github.com/go-gitea/gitea/issues/36221)) - Improve diff file headers ([#&#8203;36215](https://github.com/go-gitea/gitea/issues/36215)) - Fix and enhance comment editor monospace toggle ([#&#8203;36181](https://github.com/go-gitea/gitea/issues/36181)) - Add git.DIFF\_RENAME\_SIMILARITY\_THRESHOLD option ([#&#8203;36164](https://github.com/go-gitea/gitea/issues/36164)) - Add matching pair insertion to markdown textarea ([#&#8203;36121](https://github.com/go-gitea/gitea/issues/36121)) - Add sorting/filtering to admin user search API endpoint ([#&#8203;36112](https://github.com/go-gitea/gitea/issues/36112)) - Allow action user have read permission in public repo like other user ([#&#8203;36095](https://github.com/go-gitea/gitea/issues/36095)) - Disable matchBrackets in monaco ([#&#8203;36089](https://github.com/go-gitea/gitea/issues/36089)) - Use GitHub-style commit message for squash merge ([#&#8203;35987](https://github.com/go-gitea/gitea/issues/35987)) - Make composer registry support tar.gz and tar.bz2 and fix bugs ([#&#8203;35958](https://github.com/go-gitea/gitea/issues/35958)) - Add GITEA\_PR\_INDEX env variable to githooks ([#&#8203;35938](https://github.com/go-gitea/gitea/issues/35938)) - Add proper error message if session provider can not be created ([#&#8203;35520](https://github.com/go-gitea/gitea/issues/35520)) - Add button to copy file name in PR files ([#&#8203;35509](https://github.com/go-gitea/gitea/issues/35509)) - Move `X_FRAME_OPTIONS` setting from `cors` to `security` section ([#&#8203;30256](https://github.com/go-gitea/gitea/issues/30256)) - Add placeholder content for empty content page ([#&#8203;37114](https://github.com/go-gitea/gitea/issues/37114)) - Add `DEFAULT_DELETE_BRANCH_AFTER_MERGE` setting ([#&#8203;36917](https://github.com/go-gitea/gitea/issues/36917)) - Redirect to the only OAuth2 provider when no other login methods and fix various problems ([#&#8203;36901](https://github.com/go-gitea/gitea/issues/36901)) - Add admin badge to navbar avatar ([#&#8203;36790](https://github.com/go-gitea/gitea/issues/36790)) - Add `never` option to `PUBLIC_URL_DETECTION` configuration ([#&#8203;36785](https://github.com/go-gitea/gitea/issues/36785)) - Add background and run count to actions list page ([#&#8203;36707](https://github.com/go-gitea/gitea/issues/36707)) - Add icon to buttons "Close with Comment", "Close Pull Request", "Close Issue" ([#&#8203;36654](https://github.com/go-gitea/gitea/issues/36654)) - Add support for in\_progress event in workflow\_run webhook ([#&#8203;36979](https://github.com/go-gitea/gitea/issues/36979)) - Report commit status for pull\_request\_review events ([#&#8203;36589](https://github.com/go-gitea/gitea/issues/36589)) - Render merged pull request title as such in dashboard feed ([#&#8203;36479](https://github.com/go-gitea/gitea/issues/36479)) - Feature to be able to filter project boards by milestones ([#&#8203;36321](https://github.com/go-gitea/gitea/issues/36321)) - Use user id in noreply emails ([#&#8203;36550](https://github.com/go-gitea/gitea/issues/36550)) - Enable pagination on GiteaDownloader.getIssueReactions() ([#&#8203;36549](https://github.com/go-gitea/gitea/issues/36549)) - Remove striped tables in UI ([#&#8203;36509](https://github.com/go-gitea/gitea/issues/36509)) - Improve control char rendering and escape button styling ([#&#8203;37094](https://github.com/go-gitea/gitea/issues/37094)) - Support legacy run/job index-based URLs and refactor migration 326 ([#&#8203;37008](https://github.com/go-gitea/gitea/issues/37008)) - Add date to "No Contributions" tooltip ([#&#8203;36190](https://github.com/go-gitea/gitea/issues/36190)) - Show edit page confirmation dialog on tree view file change ([#&#8203;36130](https://github.com/go-gitea/gitea/issues/36130)) - Mention proc-receive in text for dashboard.resync\_all\_hooks func ([#&#8203;35991](https://github.com/go-gitea/gitea/issues/35991)) - Reuse selectable style for wiki ([#&#8203;35990](https://github.com/go-gitea/gitea/issues/35990)) - Support blue yellow colorblind theme ([#&#8203;35910](https://github.com/go-gitea/gitea/issues/35910)) - Support selecting theme on the footer ([#&#8203;35741](https://github.com/go-gitea/gitea/issues/35741)) - Improve online runner check ([#&#8203;35722](https://github.com/go-gitea/gitea/issues/35722)) - Add quick approve button on PR page ([#&#8203;35678](https://github.com/go-gitea/gitea/issues/35678)) - Enable commenting on expanded lines in PR diffs ([#&#8203;35662](https://github.com/go-gitea/gitea/issues/35662)) - Print PR-Title into tooltip for actions ([#&#8203;35579](https://github.com/go-gitea/gitea/issues/35579)) - Use explicit, stronger defaults for newly generated repo signing keys for Debian ([#&#8203;36236](https://github.com/go-gitea/gitea/issues/36236)) - Improve the compare page ([#&#8203;36261](https://github.com/go-gitea/gitea/issues/36261)) - Unify repo names in system notices ([#&#8203;36491](https://github.com/go-gitea/gitea/issues/36491)) - Move package settings to package instead of being tied to version ([#&#8203;37026](https://github.com/go-gitea/gitea/issues/37026)) - Add Actions API rerun endpoints for runs and jobs ([#&#8203;36768](https://github.com/go-gitea/gitea/issues/36768)) - Add branch\_count to repository API ([#&#8203;35351](https://github.com/go-gitea/gitea/issues/35351)) ([#&#8203;36743](https://github.com/go-gitea/gitea/issues/36743)) - Add created\_by filter to SearchIssues ([#&#8203;36670](https://github.com/go-gitea/gitea/issues/36670)) - Allow admins to rename non-local users ([#&#8203;35970](https://github.com/go-gitea/gitea/issues/35970)) - Support updating branch via API ([#&#8203;35951](https://github.com/go-gitea/gitea/issues/35951)) - Add an option to automatically verify SSH keys from LDAP ([#&#8203;35927](https://github.com/go-gitea/gitea/issues/35927)) - Make "update file" API can create a new file when SHA is not set ([#&#8203;35738](https://github.com/go-gitea/gitea/issues/35738)) - Update issue.go with labels documentation (labels content, not ids) ([#&#8203;35522](https://github.com/go-gitea/gitea/issues/35522)) - Expose content\_version for optimistic locking on issue and PR edits ([#&#8203;37035](https://github.com/go-gitea/gitea/issues/37035)) - Pass ServeHeaderOptions by value instead of pointer, fine tune httplib tests ([#&#8203;36982](https://github.com/go-gitea/gitea/issues/36982)) - BUGFIXES - Frontend iframe renderer framework: 3D models, OpenAPI ([#&#8203;37233](https://github.com/go-gitea/gitea/issues/37233)) ([#&#8203;37273](https://github.com/go-gitea/gitea/issues/37273)) - Fix CODEOWNERS absolute path matching. ([#&#8203;37244](https://github.com/go-gitea/gitea/issues/37244)) ([#&#8203;37264](https://github.com/go-gitea/gitea/issues/37264)) - Swift registry metadata: preserve more JSON fields and accept empty metadata ([#&#8203;37254](https://github.com/go-gitea/gitea/issues/37254)) ([#&#8203;37261](https://github.com/go-gitea/gitea/issues/37261)) - Fix user ssh key exporting and tests ([#&#8203;37256](https://github.com/go-gitea/gitea/issues/37256)) ([#&#8203;37258](https://github.com/go-gitea/gitea/issues/37258)) - Fix team member avatar size and add tooltip ([#&#8203;37253](https://github.com/go-gitea/gitea/issues/37253)) - Fix commit title rendering in action run and blame ([#&#8203;37243](https://github.com/go-gitea/gitea/issues/37243)) ([#&#8203;37251](https://github.com/go-gitea/gitea/issues/37251)) - Fix corrupted JSON caused by goccy library ([#&#8203;37214](https://github.com/go-gitea/gitea/issues/37214)) ([#&#8203;37220](https://github.com/go-gitea/gitea/issues/37220)) - Add test for "fetch redirect", add CSS value validation for external render ([#&#8203;37207](https://github.com/go-gitea/gitea/issues/37207)) ([#&#8203;37216](https://github.com/go-gitea/gitea/issues/37216)) - Fix incorrect concurrency check ([#&#8203;37205](https://github.com/go-gitea/gitea/issues/37205)) ([#&#8203;37215](https://github.com/go-gitea/gitea/issues/37215)) - Fix handle missing base branch in PR commits API ([#&#8203;37193](https://github.com/go-gitea/gitea/issues/37193)) ([#&#8203;37203](https://github.com/go-gitea/gitea/issues/37203)) - Fix encoding for Matrix Webhooks ([#&#8203;37190](https://github.com/go-gitea/gitea/issues/37190)) ([#&#8203;37201](https://github.com/go-gitea/gitea/issues/37201)) - Fix handle fork-only commits in compare API ([#&#8203;37185](https://github.com/go-gitea/gitea/issues/37185)) ([#&#8203;37199](https://github.com/go-gitea/gitea/issues/37199)) - Indicate form field readonly via background, fix RunUser config ([#&#8203;37175](https://github.com/go-gitea/gitea/issues/37175), [#&#8203;37180](https://github.com/go-gitea/gitea/issues/37180)) ([#&#8203;37178](https://github.com/go-gitea/gitea/issues/37178)) - Report structurally invalid workflows to users ([#&#8203;37116](https://github.com/go-gitea/gitea/issues/37116)) ([#&#8203;37164](https://github.com/go-gitea/gitea/issues/37164)) - Fix API not persisting pull request unit config when has\_pull\_requests is not set ([#&#8203;36718](https://github.com/go-gitea/gitea/issues/36718)) - Rename CSS variables and improve colorblind themes ([#&#8203;36353](https://github.com/go-gitea/gitea/issues/36353)) - Hide `add-matcher` and `remove-matcher` from actions job logs ([#&#8203;36520](https://github.com/go-gitea/gitea/issues/36520)) - Prevent navigation keys from triggering actions during IME composition ([#&#8203;36540](https://github.com/go-gitea/gitea/issues/36540)) - Fix vertical alignment of `.commit-sign-badge` children ([#&#8203;36570](https://github.com/go-gitea/gitea/issues/36570)) - Fix duplicate startup warnings in admin panel ([#&#8203;36641](https://github.com/go-gitea/gitea/issues/36641)) - Fix CODEOWNERS review request attribution using comment metadata ([#&#8203;36348](https://github.com/go-gitea/gitea/issues/36348)) - Fix HTML tags appearing in wiki table of contents ([#&#8203;36284](https://github.com/go-gitea/gitea/issues/36284)) - Fix various bugs ([#&#8203;37096](https://github.com/go-gitea/gitea/issues/37096)) - Fix various legacy problems ([#&#8203;37092](https://github.com/go-gitea/gitea/issues/37092)) - Fix RPM Registry 404 when package name contains 'package' ([#&#8203;37087](https://github.com/go-gitea/gitea/issues/37087)) - Merge some standalone Vite entries into index.js ([#&#8203;37085](https://github.com/go-gitea/gitea/issues/37085)) - Fix various problems ([#&#8203;37077](https://github.com/go-gitea/gitea/issues/37077)) - Fix issue label deletion with Actions tokens ([#&#8203;37013](https://github.com/go-gitea/gitea/issues/37013)) - Hide delete branch or tag buttons in mirror or archived repositories. ([#&#8203;37006](https://github.com/go-gitea/gitea/issues/37006)) - Fix org contact email not clearable once set ([#&#8203;36975](https://github.com/go-gitea/gitea/issues/36975)) - Fix a bug when forking a repository in an organization ([#&#8203;36950](https://github.com/go-gitea/gitea/issues/36950)) - Preserve sort order of exclusive labels from template repo ([#&#8203;36931](https://github.com/go-gitea/gitea/issues/36931)) - Make container registry support Apple Container (basic auth) ([#&#8203;36920](https://github.com/go-gitea/gitea/issues/36920)) - Fix the wrong push commits in the pull request when force push ([#&#8203;36914](https://github.com/go-gitea/gitea/issues/36914)) - Add class "list-header-filters" to the div for projects ([#&#8203;36889](https://github.com/go-gitea/gitea/issues/36889)) - Fix dbfs error handling ([#&#8203;36844](https://github.com/go-gitea/gitea/issues/36844)) - Fix incorrect viewed files counter if reverted change was viewed ([#&#8203;36819](https://github.com/go-gitea/gitea/issues/36819)) - Refactor avatar package, support default avatar fallback ([#&#8203;36788](https://github.com/go-gitea/gitea/issues/36788)) - Fix README symlink resolution in subdirectories like .github ([#&#8203;36775](https://github.com/go-gitea/gitea/issues/36775)) - Fix CSS stacking context issue in actions log ([#&#8203;36749](https://github.com/go-gitea/gitea/issues/36749)) - Add gpg signing for merge rebase and update by rebase ([#&#8203;36701](https://github.com/go-gitea/gitea/issues/36701)) - Delete non-exist branch should return 404 ([#&#8203;36694](https://github.com/go-gitea/gitea/issues/36694)) - Fix `TestActionsCollaborativeOwner` ([#&#8203;36657](https://github.com/go-gitea/gitea/issues/36657)) - Fix multi-arch Docker build SIGILL by splitting frontend stage ([#&#8203;36646](https://github.com/go-gitea/gitea/issues/36646)) - Fix linguist-detectable attribute being ignored for configuration files ([#&#8203;36640](https://github.com/go-gitea/gitea/issues/36640)) - Fix state desync in ComboMarkdownEditor ([#&#8203;36625](https://github.com/go-gitea/gitea/issues/36625)) - Unify DEFAULT\_SHOW\_FULL\_NAME output in templates and dropdown ([#&#8203;36597](https://github.com/go-gitea/gitea/issues/36597)) - Pull Request Pusher should be the author of the merge ([#&#8203;36581](https://github.com/go-gitea/gitea/issues/36581)) - Fix various version parsing problems ([#&#8203;36553](https://github.com/go-gitea/gitea/issues/36553)) - Fix highlight diff result ([#&#8203;36539](https://github.com/go-gitea/gitea/issues/36539)) - Fix mirror sync parser and fix mirror messages ([#&#8203;36504](https://github.com/go-gitea/gitea/issues/36504)) - Fix bug when list pull request commits ([#&#8203;36485](https://github.com/go-gitea/gitea/issues/36485)) - Fix various bugs ([#&#8203;36446](https://github.com/go-gitea/gitea/issues/36446)) - Fix issue filter menu layout ([#&#8203;36426](https://github.com/go-gitea/gitea/issues/36426)) - Restrict branch naming when new change matches with protection rules ([#&#8203;36405](https://github.com/go-gitea/gitea/issues/36405)) - Fix link/origin referrer and login redirect ([#&#8203;36279](https://github.com/go-gitea/gitea/issues/36279)) - Generate IDs for HTML headings without id attribute ([#&#8203;36233](https://github.com/go-gitea/gitea/issues/36233)) - Use a migration test instead of a wrong test which populated the meta test repositories and fix a migration bug ([#&#8203;36160](https://github.com/go-gitea/gitea/issues/36160)) - Fix issue close timeline icon ([#&#8203;36138](https://github.com/go-gitea/gitea/issues/36138)) - Fix diff blob excerpt expansion ([#&#8203;35922](https://github.com/go-gitea/gitea/issues/35922)) - Fix external render ([#&#8203;35727](https://github.com/go-gitea/gitea/issues/35727)) - Fix review request webhook bug ([#&#8203;35339](https://github.com/go-gitea/gitea/issues/35339)) ([#&#8203;35723](https://github.com/go-gitea/gitea/issues/35723)) - Fix shutdown waitgroup panic ([#&#8203;35676](https://github.com/go-gitea/gitea/issues/35676)) - Cleanup ActionRun creation ([#&#8203;35624](https://github.com/go-gitea/gitea/issues/35624)) - Fix possible bug when migrating issues/pull requests ([#&#8203;33487](https://github.com/go-gitea/gitea/issues/33487)) - Various fixes ([#&#8203;36697](https://github.com/go-gitea/gitea/issues/36697)) - Apply notify/register mail flags during install load ([#&#8203;37120](https://github.com/go-gitea/gitea/issues/37120)) - Repair duration display for bad stopped timestamps ([#&#8203;37121](https://github.com/go-gitea/gitea/issues/37121)) - Fix(upgrade.sh): use HTTPS for GPG key import and restore SELinux context after upgrade ([#&#8203;36930](https://github.com/go-gitea/gitea/issues/36930)) - Fix various trivial problems ([#&#8203;36921](https://github.com/go-gitea/gitea/issues/36921)) - Fix various trivial problems ([#&#8203;36953](https://github.com/go-gitea/gitea/issues/36953)) - Fix NuGet package upload error handling ([#&#8203;37074](https://github.com/go-gitea/gitea/issues/37074)) - Fix CodeQL code scanning alerts ([#&#8203;36858](https://github.com/go-gitea/gitea/issues/36858)) - Refactor issue sidebar and fix various problems ([#&#8203;37045](https://github.com/go-gitea/gitea/issues/37045)) - Fix various problems ([#&#8203;37029](https://github.com/go-gitea/gitea/issues/37029)) - Fix relative-time RangeError ([#&#8203;37021](https://github.com/go-gitea/gitea/issues/37021)) - Fix chroma lexer mapping ([#&#8203;36629](https://github.com/go-gitea/gitea/issues/36629)) - Fix typos and grammar in English locale ([#&#8203;36751](https://github.com/go-gitea/gitea/issues/36751)) - Fix milestone/project text overflow in issue sidebar ([#&#8203;36741](https://github.com/go-gitea/gitea/issues/36741)) - Fix `no-content` message not rendering after comment edit ([#&#8203;36733](https://github.com/go-gitea/gitea/issues/36733)) - Fix theme loading in development ([#&#8203;36605](https://github.com/go-gitea/gitea/issues/36605)) - Fix workflow run jobs API returning null steps ([#&#8203;36603](https://github.com/go-gitea/gitea/issues/36603)) - Fix timeline event layout overflow with long content ([#&#8203;36595](https://github.com/go-gitea/gitea/issues/36595)) - Fix minor UI issues in runner edit page ([#&#8203;36590](https://github.com/go-gitea/gitea/issues/36590)) - Fix incorrect vendored detections ([#&#8203;36508](https://github.com/go-gitea/gitea/issues/36508)) - Fix editorconfig not respected in PR Conversation view ([#&#8203;36492](https://github.com/go-gitea/gitea/issues/36492)) - Don't create self-references in merged PRs ([#&#8203;36490](https://github.com/go-gitea/gitea/issues/36490)) - Fix potential incorrect runID in run status update ([#&#8203;36437](https://github.com/go-gitea/gitea/issues/36437)) - Fix file-tree ui error when adding files to repo without commits ([#&#8203;36312](https://github.com/go-gitea/gitea/issues/36312)) - Improve image captcha contrast for dark mode ([#&#8203;36265](https://github.com/go-gitea/gitea/issues/36265)) - Fix panic in blame view when a file has only a single commit ([#&#8203;36230](https://github.com/go-gitea/gitea/issues/36230)) - Fix spelling error in migrate-storage cmd utility ([#&#8203;36226](https://github.com/go-gitea/gitea/issues/36226)) - Fix code highlighting on blame page ([#&#8203;36157](https://github.com/go-gitea/gitea/issues/36157)) - Fix nilnil in onedev downloader ([#&#8203;36154](https://github.com/go-gitea/gitea/issues/36154)) - Fix actions lint ([#&#8203;36029](https://github.com/go-gitea/gitea/issues/36029)) - Fix oauth2 session gob register ([#&#8203;36017](https://github.com/go-gitea/gitea/issues/36017)) - Fix Arch repo pacman.conf snippet ([#&#8203;35825](https://github.com/go-gitea/gitea/issues/35825)) - Fix a number of `strictNullChecks`-related issues ([#&#8203;35795](https://github.com/go-gitea/gitea/issues/35795)) - Fix URLJoin, markup render link reoslving, sign-in/up/linkaccount page common data ([#&#8203;36861](https://github.com/go-gitea/gitea/issues/36861)) - Hide delete directory button for mirror or archive repository and disable the menu item if user have no permission ([#&#8203;36384](https://github.com/go-gitea/gitea/issues/36384)) - Update message severity colors, fix navbar double border ([#&#8203;37019](https://github.com/go-gitea/gitea/issues/37019)) - Inline and lazy-load EasyMDE CSS, fix border colors ([#&#8203;36714](https://github.com/go-gitea/gitea/issues/36714)) - Closed milestones with no issues now show as 100% completed ([#&#8203;36220](https://github.com/go-gitea/gitea/issues/36220)) - Add test for ExtendCommentTreePathLength migration and fix bugs ([#&#8203;35791](https://github.com/go-gitea/gitea/issues/35791)) - Only turn links to current instance into hash links ([#&#8203;36237](https://github.com/go-gitea/gitea/issues/36237)) - Fix typos in code comments: doesnt, dont, wont ([#&#8203;36890](https://github.com/go-gitea/gitea/issues/36890)) - REFACTOR - Clean up and improve non-gitea js error filter ([#&#8203;37148](https://github.com/go-gitea/gitea/issues/37148)) ([#&#8203;37155](https://github.com/go-gitea/gitea/issues/37155)) - Always show owner/repo name in compare page dropdowns ([#&#8203;37172](https://github.com/go-gitea/gitea/issues/37172)) ([#&#8203;37200](https://github.com/go-gitea/gitea/issues/37200)) - Remove dead CSS rules ([#&#8203;37173](https://github.com/go-gitea/gitea/issues/37173)) ([#&#8203;37177](https://github.com/go-gitea/gitea/issues/37177)) - Replace Monaco with CodeMirror ([#&#8203;36764](https://github.com/go-gitea/gitea/issues/36764)) - Replace CSRF cookie with `CrossOriginProtection` ([#&#8203;36183](https://github.com/go-gitea/gitea/issues/36183)) - Replace index with id in actions routes ([#&#8203;36842](https://github.com/go-gitea/gitea/issues/36842)) - Remove unnecessary function parameter ([#&#8203;35765](https://github.com/go-gitea/gitea/issues/35765)) - Move jobparser from act repository to Gitea ([#&#8203;36699](https://github.com/go-gitea/gitea/issues/36699)) - Refactor compare router param parse ([#&#8203;36105](https://github.com/go-gitea/gitea/issues/36105)) - Optimize 'refreshAccesses' to perform update without removing then adding ([#&#8203;35702](https://github.com/go-gitea/gitea/issues/35702)) - Clean up checkbox cursor styles ([#&#8203;37016](https://github.com/go-gitea/gitea/issues/37016)) - Remove undocumented support of signing key in the repository git configuration file ([#&#8203;36143](https://github.com/go-gitea/gitea/issues/36143)) - Switch `cmd/` to use constructor functions. ([#&#8203;36962](https://github.com/go-gitea/gitea/issues/36962)) - Use `relative-time` to render absolute dates ([#&#8203;36238](https://github.com/go-gitea/gitea/issues/36238)) - Some refactors about GetMergeBase ([#&#8203;36186](https://github.com/go-gitea/gitea/issues/36186)) - Some small refactors ([#&#8203;36163](https://github.com/go-gitea/gitea/issues/36163)) - Use gitRepo as parameter instead of repopath when invoking sign functions ([#&#8203;36162](https://github.com/go-gitea/gitea/issues/36162)) - Move blame to gitrepo ([#&#8203;36161](https://github.com/go-gitea/gitea/issues/36161)) - Move some functions to gitrepo package to reduce RepoPath reference directly ([#&#8203;36126](https://github.com/go-gitea/gitea/issues/36126)) - Use gitrepo's clone and push when possible ([#&#8203;36093](https://github.com/go-gitea/gitea/issues/36093)) - Remove mermaid margin workaround ([#&#8203;35732](https://github.com/go-gitea/gitea/issues/35732)) - Move some functions to gitrepo package ([#&#8203;35543](https://github.com/go-gitea/gitea/issues/35543)) - Move GetDiverging functions to gitrepo ([#&#8203;35524](https://github.com/go-gitea/gitea/issues/35524)) - Use global lock instead of status pool for cron lock ([#&#8203;35507](https://github.com/go-gitea/gitea/issues/35507)) - Use explicit mux instead of DefaultServeMux ([#&#8203;36276](https://github.com/go-gitea/gitea/issues/36276)) - Use gitrepo's push function ([#&#8203;36245](https://github.com/go-gitea/gitea/issues/36245)) - Pass request context to generateAdditionalHeadersForIssue ([#&#8203;36274](https://github.com/go-gitea/gitea/issues/36274)) - Move assign project when creating pull request to the same database transaction ([#&#8203;36244](https://github.com/go-gitea/gitea/issues/36244)) - Move catfile batch to a sub package of git module ([#&#8203;36232](https://github.com/go-gitea/gitea/issues/36232)) - Use gitrepo.Repository instead of wikipath ([#&#8203;35398](https://github.com/go-gitea/gitea/issues/35398)) - Use experimental go json v2 library ([#&#8203;35392](https://github.com/go-gitea/gitea/issues/35392)) - Refactor template render ([#&#8203;36438](https://github.com/go-gitea/gitea/issues/36438)) - Refactor GetRepoRawDiffForFile to avoid unnecessary pipe or goroutine ([#&#8203;36434](https://github.com/go-gitea/gitea/issues/36434)) - Refactor text utility classes to Tailwind CSS ([#&#8203;36703](https://github.com/go-gitea/gitea/issues/36703)) - Refactor git command stdio pipe ([#&#8203;36422](https://github.com/go-gitea/gitea/issues/36422)) - Refactor git command context & pipeline ([#&#8203;36406](https://github.com/go-gitea/gitea/issues/36406)) - Refactor git command stdio pipe ([#&#8203;36393](https://github.com/go-gitea/gitea/issues/36393)) - Remove unused functions ([#&#8203;36672](https://github.com/go-gitea/gitea/issues/36672)) - Refactor Actions Token Access ([#&#8203;35688](https://github.com/go-gitea/gitea/issues/35688)) - Move commit related functions to gitrepo package ([#&#8203;35600](https://github.com/go-gitea/gitea/issues/35600)) - Move archive function to repo\_model and gitrepo ([#&#8203;35514](https://github.com/go-gitea/gitea/issues/35514)) - Move some functions to gitrepo package ([#&#8203;35503](https://github.com/go-gitea/gitea/issues/35503)) - Use git model to detect whether branch exist instead of gitrepo method ([#&#8203;35459](https://github.com/go-gitea/gitea/issues/35459)) - Some refactor for repo path ([#&#8203;36251](https://github.com/go-gitea/gitea/issues/36251)) - Extract helper functions from SearchIssues ([#&#8203;36158](https://github.com/go-gitea/gitea/issues/36158)) - Refactor merge conan and container auth preserve actions taskID ([#&#8203;36560](https://github.com/go-gitea/gitea/issues/36560)) - Refactor Nuget Auth to reuse Basic Auth Token Validation ([#&#8203;36558](https://github.com/go-gitea/gitea/issues/36558)) - Refactor ActionsTaskID ([#&#8203;36503](https://github.com/go-gitea/gitea/issues/36503)) - Refactor auth middleware ([#&#8203;36848](https://github.com/go-gitea/gitea/issues/36848)) - Refactor code render and render control chars ([#&#8203;37078](https://github.com/go-gitea/gitea/issues/37078)) - Clean up AppURL, remove legacy origin-url webcomponent ([#&#8203;37090](https://github.com/go-gitea/gitea/issues/37090)) - Remove `util.URLJoin` and replace all callers with direct path concatenation ([#&#8203;36867](https://github.com/go-gitea/gitea/issues/36867)) - Replace legacy tw-flex utility classes with flex-text-block/inline ([#&#8203;36778](https://github.com/go-gitea/gitea/issues/36778)) - Mark unused\&immature activitypub as "not implemented" ([#&#8203;36789](https://github.com/go-gitea/gitea/issues/36789)) - TESTING - Add e2e tests for server push events ([#&#8203;36879](https://github.com/go-gitea/gitea/issues/36879)) - Rework e2e tests ([#&#8203;36634](https://github.com/go-gitea/gitea/issues/36634)) - Add e2e reaction test, improve accessibility, enable parallel testing ([#&#8203;37081](https://github.com/go-gitea/gitea/issues/37081)) - Increase e2e test timeouts on CI to fix flaky tests ([#&#8203;37053](https://github.com/go-gitea/gitea/issues/37053)) - BUILD - Upgrade go-git to v5.18.0 ([#&#8203;37269](https://github.com/go-gitea/gitea/issues/37269)) - Replace rollup-plugin-license with rolldown-license-plugin ([#&#8203;37130](https://github.com/go-gitea/gitea/issues/37130)) ([#&#8203;37158](https://github.com/go-gitea/gitea/issues/37158)) - Bump min go version to 1.26.2 ([#&#8203;37139](https://github.com/go-gitea/gitea/issues/37139)) ([#&#8203;37143](https://github.com/go-gitea/gitea/issues/37143)) - Convert locale files from ini to json format ([#&#8203;35489](https://github.com/go-gitea/gitea/issues/35489)) - Bump golangci-lint to 2.7.2, enable modernize stringsbuilder ([#&#8203;36180](https://github.com/go-gitea/gitea/issues/36180)) - Port away from `flake-utils` ([#&#8203;35675](https://github.com/go-gitea/gitea/issues/35675)) - Remove nolint ([#&#8203;36252](https://github.com/go-gitea/gitea/issues/36252)) - Update the Unlicense copy to latest version ([#&#8203;36636](https://github.com/go-gitea/gitea/issues/36636)) - Update to go 1.26.0 and golangci-lint 2.9.0 ([#&#8203;36588](https://github.com/go-gitea/gitea/issues/36588)) - Replace `google/go-licenses` with custom generation ([#&#8203;36575](https://github.com/go-gitea/gitea/issues/36575)) - Update go dependencies ([#&#8203;36548](https://github.com/go-gitea/gitea/issues/36548)) - Bump appleboy/git-push-action from 1.0.0 to 1.2.0 ([#&#8203;36306](https://github.com/go-gitea/gitea/issues/36306)) - Remove fomantic form module ([#&#8203;36222](https://github.com/go-gitea/gitea/issues/36222)) - Bump setup-node to v6, re-enable cache ([#&#8203;36207](https://github.com/go-gitea/gitea/issues/36207)) - Bump crowdin/github-action from 1 to 2 ([#&#8203;36204](https://github.com/go-gitea/gitea/issues/36204)) - Revert "Bump alpine to 3.23 ([#&#8203;36185](https://github.com/go-gitea/gitea/issues/36185))" ([#&#8203;36202](https://github.com/go-gitea/gitea/issues/36202)) - Update chroma to v2.21.1 ([#&#8203;36201](https://github.com/go-gitea/gitea/issues/36201)) - Bump astral-sh/setup-uv from 6 to 7 ([#&#8203;36198](https://github.com/go-gitea/gitea/issues/36198)) - Bump docker/build-push-action from 5 to 6 ([#&#8203;36197](https://github.com/go-gitea/gitea/issues/36197)) - Bump aws-actions/configure-aws-credentials from 4 to 5 ([#&#8203;36196](https://github.com/go-gitea/gitea/issues/36196)) - Bump dev-hanz-ops/install-gh-cli-action from 0.1.0 to 0.2.1 ([#&#8203;36195](https://github.com/go-gitea/gitea/issues/36195)) - Add JSON linting ([#&#8203;36192](https://github.com/go-gitea/gitea/issues/36192)) - Enable dependabot for actions ([#&#8203;36191](https://github.com/go-gitea/gitea/issues/36191)) - Bump alpine to 3.23 ([#&#8203;36185](https://github.com/go-gitea/gitea/issues/36185)) - Update chroma to v2.21.0 ([#&#8203;36171](https://github.com/go-gitea/gitea/issues/36171)) - Update JS deps and eslint enhancements ([#&#8203;36147](https://github.com/go-gitea/gitea/issues/36147)) - Update JS deps ([#&#8203;36091](https://github.com/go-gitea/gitea/issues/36091)) - update golangci-lint to v2.7.0 ([#&#8203;36079](https://github.com/go-gitea/gitea/issues/36079)) - Update JS deps, fix deprecations ([#&#8203;36040](https://github.com/go-gitea/gitea/issues/36040)) - Update JS deps ([#&#8203;35978](https://github.com/go-gitea/gitea/issues/35978)) - Add toolchain directive to go.mod ([#&#8203;35901](https://github.com/go-gitea/gitea/issues/35901)) - Move `gitea-vet` to use `go tool` ([#&#8203;35878](https://github.com/go-gitea/gitea/issues/35878)) - Update to go 1.25.4 ([#&#8203;35877](https://github.com/go-gitea/gitea/issues/35877)) - Enable TypeScript `strictNullChecks` ([#&#8203;35843](https://github.com/go-gitea/gitea/issues/35843)) - Enable `vue/require-typed-ref` eslint rule ([#&#8203;35764](https://github.com/go-gitea/gitea/issues/35764)) - Update JS dependencies ([#&#8203;35759](https://github.com/go-gitea/gitea/issues/35759)) - Move `codeformat` folder to tools ([#&#8203;35758](https://github.com/go-gitea/gitea/issues/35758)) - Update dependencies ([#&#8203;35733](https://github.com/go-gitea/gitea/issues/35733)) - Bump happy-dom from 20.0.0 to 20.0.2 ([#&#8203;35677](https://github.com/go-gitea/gitea/issues/35677)) - Bump setup-go to v6 ([#&#8203;35660](https://github.com/go-gitea/gitea/issues/35660)) - Update JS deps, misc tweaks ([#&#8203;35643](https://github.com/go-gitea/gitea/issues/35643)) - Bump happy-dom from 19.0.2 to 20.0.0 ([#&#8203;35625](https://github.com/go-gitea/gitea/issues/35625)) - Use bundled version of spectral ([#&#8203;35573](https://github.com/go-gitea/gitea/issues/35573)) - Update JS and PY deps ([#&#8203;35565](https://github.com/go-gitea/gitea/issues/35565)) - Bump github.com/wneessen/go-mail from 0.6.2 to 0.7.1 ([#&#8203;35557](https://github.com/go-gitea/gitea/issues/35557)) - Migrate from webpack to vite ([#&#8203;37002](https://github.com/go-gitea/gitea/issues/37002)) - Update JS dependencies and misc tweaks ([#&#8203;37064](https://github.com/go-gitea/gitea/issues/37064)) - Update to eslint 10 ([#&#8203;36925](https://github.com/go-gitea/gitea/issues/36925)) - Optimize Docker build with dependency layer caching ([#&#8203;36864](https://github.com/go-gitea/gitea/issues/36864)) - Update JS deps ([#&#8203;36850](https://github.com/go-gitea/gitea/issues/36850)) - Update tool dependencies and fix new lint issues ([#&#8203;36702](https://github.com/go-gitea/gitea/issues/36702)) - Remove redundant linter rules ([#&#8203;36658](https://github.com/go-gitea/gitea/issues/36658)) - Move Fomantic dropdown CSS to custom module ([#&#8203;36530](https://github.com/go-gitea/gitea/issues/36530)) - Remove and forbid `@ts-expect-error` ([#&#8203;36513](https://github.com/go-gitea/gitea/issues/36513)) - Refactor git command stderr handling ([#&#8203;36402](https://github.com/go-gitea/gitea/issues/36402)) - Enable gocheckcompilerdirectives linter ([#&#8203;36156](https://github.com/go-gitea/gitea/issues/36156)) - Replace `lint-go-gopls` with additional `govet` linters ([#&#8203;36028](https://github.com/go-gitea/gitea/issues/36028)) - Update golangci-lint to v2.6.0 ([#&#8203;35801](https://github.com/go-gitea/gitea/issues/35801)) - Misc tool tweaks ([#&#8203;35734](https://github.com/go-gitea/gitea/issues/35734)) - Add cache to container build ([#&#8203;35697](https://github.com/go-gitea/gitea/issues/35697)) - Upgrade vite ([#&#8203;37126](https://github.com/go-gitea/gitea/issues/37126)) - Update `setup-uv` to v8.0.0 ([#&#8203;37101](https://github.com/go-gitea/gitea/issues/37101)) - Upgrade `go-git` to v5.17.2 and related dependencies ([#&#8203;37060](https://github.com/go-gitea/gitea/issues/37060)) - Raise minimum Node.js version to 22.18.0 ([#&#8203;37058](https://github.com/go-gitea/gitea/issues/37058)) - Upgrade `golang.org/x/image` to v0.38.0 ([#&#8203;37054](https://github.com/go-gitea/gitea/issues/37054)) - Update minimum go version to 1.26.1, golangci-lint to 2.11.2, fix test style ([#&#8203;36876](https://github.com/go-gitea/gitea/issues/36876)) - Enable eslint concurrency ([#&#8203;36878](https://github.com/go-gitea/gitea/issues/36878)) - Vendor relative-time-element as local web component ([#&#8203;36853](https://github.com/go-gitea/gitea/issues/36853)) - Update material-icon-theme v5.32.0 ([#&#8203;36832](https://github.com/go-gitea/gitea/issues/36832)) - Update Go dependencies ([#&#8203;36781](https://github.com/go-gitea/gitea/issues/36781)) - Upgrade minimatch ([#&#8203;36760](https://github.com/go-gitea/gitea/issues/36760)) - Remove i18n backport tool at the moment because of translation format changed ([#&#8203;36643](https://github.com/go-gitea/gitea/issues/36643)) - Update emoji data for Unicode 16 ([#&#8203;36596](https://github.com/go-gitea/gitea/issues/36596)) - Update JS dependencies, adjust webpack config, misc fixes ([#&#8203;36431](https://github.com/go-gitea/gitea/issues/36431)) - Update material-icon-theme to v5.31.0 ([#&#8203;36427](https://github.com/go-gitea/gitea/issues/36427)) - Update JS and PY deps ([#&#8203;36383](https://github.com/go-gitea/gitea/issues/36383)) - Bump alpine to 3.23, add platforms to `docker-dryrun` ([#&#8203;36379](https://github.com/go-gitea/gitea/issues/36379)) - Update JS deps ([#&#8203;36354](https://github.com/go-gitea/gitea/issues/36354)) - Update goldmark to v1.7.16 ([#&#8203;36343](https://github.com/go-gitea/gitea/issues/36343)) - Update chroma to v2.22.0 ([#&#8203;36342](https://github.com/go-gitea/gitea/issues/36342)) - DOCS - Update AI Contribution Policy ([#&#8203;37022](https://github.com/go-gitea/gitea/issues/37022)) - Update AGENTS.md with additional guidelines ([#&#8203;37018](https://github.com/go-gitea/gitea/issues/37018)) - Add missing cron tasks to example ini ([#&#8203;37012](https://github.com/go-gitea/gitea/issues/37012)) - Add AI Contribution Policy to CONTRIBUTING.md ([#&#8203;36651](https://github.com/go-gitea/gitea/issues/36651)) - Minor punctuation improvement in CONTRIBUTING.md ([#&#8203;36291](https://github.com/go-gitea/gitea/issues/36291)) - Add documentation for markdown anchor post-processing ([#&#8203;36443](https://github.com/go-gitea/gitea/issues/36443)) - MISC - Correct spelling ([#&#8203;36783](https://github.com/go-gitea/gitea/issues/36783)) - Update Nix flake ([#&#8203;37110](https://github.com/go-gitea/gitea/issues/37110)) - Update Nix flake ([#&#8203;37024](https://github.com/go-gitea/gitea/issues/37024)) - Add valid github scopes ([#&#8203;36977](https://github.com/go-gitea/gitea/issues/36977)) - Update Nix flake ([#&#8203;36943](https://github.com/go-gitea/gitea/issues/36943)) - Update Nix flake ([#&#8203;36902](https://github.com/go-gitea/gitea/issues/36902)) - Update Nix flake ([#&#8203;36857](https://github.com/go-gitea/gitea/issues/36857)) - Update Nix flake ([#&#8203;36787](https://github.com/go-gitea/gitea/issues/36787)) </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEyOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkb2NrZXIiXX0=-->
renovate-bot added the docker label 2026-04-18 21:04:02 +00:00
renovate-bot added 1 commit 2026-04-19 15:54:57 +00:00
chore(deps): update gitea to v1.26.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m1s
lint-test-docker / lint-docker-compose (pull_request) Successful in 2m10s
lint-test-helm / validate-kubeconform (pull_request) Successful in 1m3s
render-manifests / render-manifests (pull_request) Successful in 2m9s
9915e1ca7b
renovate-bot force-pushed renovate/unified-gitea from 8a7d99efa9 to 9915e1ca7b 2026-04-19 15:54:57 +00:00 Compare
alexlebens merged commit f0872ba801 into main 2026-04-19 16:03:17 +00:00
alexlebens deleted branch renovate/unified-gitea 2026-04-19 16:03:24 +00:00
Sign in to join this conversation.