Skip to content

chore(deps): bump Nexus-Mods/upload-action from 1.0.0.pre.beta.7 to 1.0.0.pre.beta.9 - #62

Merged
codepuncher merged 2 commits into
mainfrom
dependabot/github_actions/Nexus-Mods/upload-action-1.0.0.pre.beta.8
Jul 17, 2026
Merged

codepuncher merged 2 commits into
mainfrom
dependabot/github_actions/Nexus-Mods/upload-action-1.0.0.pre.beta.8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps Nexus-Mods/upload-action from 1.0.0.pre.beta.7 to 1.0.0.pre.beta.9.

Release notes

Sourced from Nexus-Mods/upload-action's releases.

v1.0.0-beta.9

What's Changed

Full Changelog: Nexus-Mods/upload-action@v1.0.0-beta.8...v1.0.0-beta.9

v1.0.0-beta.8

What's Changed

Migrates the action to the current Nexus Mods v3 upload API and renames several inputs/outputs for clarity.

⚠️ Breaking changes

Renamed inputs/outputs. Update your workflow when bumping to this version (old pins keep working on older tags, there are no aliases):

Old New
file_group_id (input) file_id
file_category (input) category
archive_existing_file (input) archive_existing_version
file_uid (output) version_id (now the new version's ID)
    with:
      api_key: ${{ secrets.NEXUSMODS_API_KEY }}
-     file_group_id: ${{ vars.NEXUSMODS_FILE_GROUP_ID }}
+     file_id: ${{ vars.NEXUSMODS_FILE_ID }}
      filename: my-mod.zip
-     file_category: main
+     category: main

Under the hood

  • Switched from the deprecated createUpdateGroupVersion endpoint to createModFileVersion (POST /mod-files/{id}/versions). The old endpoint is removed on 2026-09-09, so this release is required to keep uploading after that date.
  • Regenerated the vendored OpenAPI schema from the latest spec.

Full Changelog: Nexus-Mods/upload-action@v1.0.0-beta.7...v1.0.0-beta.8

Commits
  • 19da5c9 Merge pull request #31 from Nexus-Mods/update-mod-version
  • a630af6 chore: add gitattributes for generated files
  • f9344ff feat: add update_mod_version input parameter
  • f6e1e2e Merge pull request #29 from Nexus-Mods/jackrobertson-laz-584
  • 05c02a1 Migrate to createModFileVersion and align input/output naming
  • 5551f1c Merge pull request #28 from Pickysaurus/patch-2
  • d05db0a Update README to remove evaluation API notice
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 20, 2026
@dependabot dependabot Bot changed the title chore(deps): bump Nexus-Mods/upload-action from 1.0.0.pre.beta.7 to 1.0.0.pre.beta.8 chore(deps): bump Nexus-Mods/upload-action from 1.0.0.pre.beta.7 to 1.0.0.pre.beta.9 Jul 17, 2026
Bumps [Nexus-Mods/upload-action](https://github.com/nexus-mods/upload-action) from 1.0.0.pre.beta.7 to 1.0.0.pre.beta.9.
- [Release notes](https://github.com/nexus-mods/upload-action/releases)
- [Commits](Nexus-Mods/upload-action@v1.0.0-beta.7...v1.0.0-beta.9)

---
updated-dependencies:
- dependency-name: Nexus-Mods/upload-action
  dependency-version: 1.0.0.pre.beta.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/Nexus-Mods/upload-action-1.0.0.pre.beta.8 branch from 25a5043 to 6060a90 Compare July 17, 2026 20:26
@codepuncher
codepuncher merged commit 16c4763 into main Jul 17, 2026
10 checks passed
@codepuncher
codepuncher deleted the dependabot/github_actions/Nexus-Mods/upload-action-1.0.0.pre.beta.8 branch July 17, 2026 20:32
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