Direct setting is blocked: sequence.name = “newName” does not work.
The workaround via ProjectItem also does not work: projectItem.name = “newName” is also read-only.
Action API exists but cannot be executed.
There is createSetNameAction() for creating rename actions.
However, these actions cannot be executed in UXP (no execute() method available).