I just do not understand why update manager, when showing the list of updates the will get installed includes items where the checkbox in front is unchecked and where it is not possible to check the boxes / enable the updates? What is a user supposed to do with that information? Ubuntu Pro is enabled for that machine, so it is not the list of Pro updates ...
There is almost always more information visible if you run things from the command line.
Click 'Remind me later' in the dialog, then try what is below
More explanation: https://ubuntu.com/server/docs/about-apt-upgrade-and-phased-updates
Below you see the current state (at this writing) when doing so on 24.04.
Note the lines saying
The following upgrades have been deferred due to phasing:
The following packages have been kept back:
... the items listed under
phasing
is to reduce traffic, not everyone gets it at the same time.kept back
things may well be installable but generally will replace or remove one package or more, if you install these you might also be hit by faults and bugs - yet to be detected.( use
sudo apt-get --with-new-pkgs upgrade
to get them installed )